Html Css Color HEX #307F42 Japanese Laurel

📋 copy color: '#307F42'

red 48 ◦ green 127 ◦ blue 66

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

Shades of Japanese Laurel #307F42

Tints of Japanese Laurel #307F42

RGB

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

 GREEN value IS 127 (50% from 255) = 52.7%

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 19.92%
G = 52.7%
B = 27.39%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#307F42 (or 0x307F42) is known color: Japanese Laurel. HEX triplet: 30, 7F and 42. RGB value is (48,127,66). Sum of RGB (Red+Green+Blue) = 48+127+66=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #307F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F42 is #CF80BD. Grayscale: #606060. Windows color (decimal): -13598910 or 4357936. OLE color: 4357936.

HSL color Cylindrical-coordinate representation of color #307F42: hue angle of 133.67º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F42 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 127 66 -
CMYK 0.62 0 0.48 0.50
HSL 133.67º 0.45% 0.34% -
HSV(B) 133.67º 0.62% 0.5% -
XYZ 9.79 16.2 7.77 -
YUV 96.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 48 127 66 0.62 0 0.48 0.50 133.67 0.45 0.34
Hex 30 7F 42 3E 0 30 32 86 2D 22
Octal 60 177 102 76 0 60 62 206 55 42
Binary 110000 1111111 1000010 111110 0 110000 110010 10000110 101101 100010

Color Harmonies of #307F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F42

Black with #307F42

Text Example


Text Example

White with #307F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307F42; }

 p { color: rgb(48,127,66); }

 H1.HeaderClassName
 {
   color: #307F42;
 }
 .AnyTagClassName
 {
   color: #307F42;
 }
</style>

background-color css

<style>
 a { background-color: #307F42; }

 a { background-color: rgb(48,127,66); }

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

border-color css

<style>
 span { border-color: #307F42; }

 span { border-color: rgb(48,127,66); }

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