Html Css Color HEX #307F29 Japanese Laurel

📋 copy color: '#307F29'

red 48 ◦ green 127 ◦ blue 41

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

Shades of Japanese Laurel #307F29

Tints of Japanese Laurel #307F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.98%

R = 22.22%
G = 58.8%
B = 18.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#307F29 (or 0x307F29) is known color: Japanese Laurel. HEX triplet: 30, 7F and 29. RGB value is (48,127,41). Sum of RGB (Red+Green+Blue) = 48+127+41=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #307F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F29 is #CF80D6. Grayscale: #5D5D5D. Windows color (decimal): -13598935 or 2719536. OLE color: 2719536.

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

Color convert

RGB 48 127 41 -
CMYK 0.62 0 0.68 0.50
HSL 115.12º 0.51% 0.33% -
HSV(B) 115.12º 0.68% 0.5% -
XYZ 9.21 15.97 4.69 -
YUV 93.58 98.33 95.49 -
System Red Green Blue C M Y K H S L
Decimal 48 127 41 0.62 0 0.68 0.50 115.12 0.51 0.33
Hex 30 7F 29 3E 0 44 32 73 33 21
Octal 60 177 51 76 0 104 62 163 63 41
Binary 110000 1111111 101001 111110 0 1000100 110010 1110011 110011 100001

Color Harmonies of #307F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F29

Black with #307F29

Text Example


Text Example

White with #307F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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