Html Css Color HEX #307F2F Japanese Laurel

📋 copy color: '#307F2F'

red 48 ◦ green 127 ◦ blue 47

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

Shades of Japanese Laurel #307F2F

Tints of Japanese Laurel #307F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.17%

R = 21.62%
G = 57.21%
B = 21.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#307F2F (or 0x307F2F) is known color: Japanese Laurel. HEX triplet: 30, 7F and 2F. RGB value is (48,127,47). Sum of RGB (Red+Green+Blue) = 48+127+47=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #307F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F2F is #CF80D0. Grayscale: #5E5E5E. Windows color (decimal): -13598929 or 3112752. OLE color: 3112752.

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

Color convert

RGB 48 127 47 -
CMYK 0.62 0 0.63 0.50
HSL 119.25º 0.46% 0.34% -
HSV(B) 119.25º 0.63% 0.5% -
XYZ 9.32 16.01 5.29 -
YUV 94.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 48 127 47 0.62 0 0.63 0.50 119.25 0.46 0.34
Hex 30 7F 2F 3E 0 3F 32 77 2E 22
Octal 60 177 57 76 0 77 62 167 56 42
Binary 110000 1111111 101111 111110 0 111111 110010 1110111 101110 100010

Color Harmonies of #307F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F2F

Black with #307F2F

Text Example


Text Example

White with #307F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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