Html Css Color HEX #308F3C Japanese Laurel

📋 copy color: '#308F3C'

red 48 ◦ green 143 ◦ blue 60

#308F3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #308F3C

Tints of Japanese Laurel #308F3C

RGB

 RED value IS 48 (19.14% from 255) = 19.12%

 GREEN value IS 143 (56.25% from 255) = 56.97%

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 19.12%
G = 56.97%
B = 23.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#308F3C (or 0x308F3C) is known color: Japanese Laurel. HEX triplet: 30, 8F and 3C. RGB value is (48,143,60). Sum of RGB (Red+Green+Blue) = 48+143+60=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #308F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F3C is #CF70C3. Grayscale: #696969. Windows color (decimal): -13594820 or 3968816. OLE color: 3968816.

HSL color Cylindrical-coordinate representation of color #308F3C: hue angle of 127.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F3C is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 60 -
CMYK 0.66 0 0.58 0.44
HSL 127.58º 0.5% 0.37% -
HSV(B) 127.58º 0.66% 0.56% -
XYZ 11.86 20.6 7.63 -
YUV 105.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 48 143 60 0.66 0 0.58 0.44 127.58 0.5 0.37
Hex 30 8F 3C 42 0 3A 2C 80 32 25
Octal 60 217 74 102 0 72 54 200 62 45
Binary 110000 10001111 111100 1000010 0 111010 101100 10000000 110010 100101

Color Harmonies of #308F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F3C

Black with #308F3C

Text Example


Text Example

White with #308F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308F3C; }

 p { color: rgb(48,143,60); }

 H1.HeaderClassName
 {
   color: #308F3C;
 }
 .AnyTagClassName
 {
   color: #308F3C;
 }
</style>

background-color css

<style>
 a { background-color: #308F3C; }

 a { background-color: rgb(48,143,60); }

 div.DivClassName
 {
   background-color: #308F3C;
 }
 .BgClassName
 {
   background-color: #308F3C;
 }
</style>

border-color css

<style>
 span { border-color: #308F3C; }

 span { border-color: rgb(48,143,60); }

 td.TdClassName
 {
   border-color: #308F3C;
 }
 .TagClassName
 {
   border-color: #308F3C;
 }
</style>