Html Css Color HEX #306F29 Japanese Laurel

📋 copy color: '#306F29'

red 48 ◦ green 111 ◦ blue 41

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

Shades of Japanese Laurel #306F29

Tints of Japanese Laurel #306F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.5%

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

R = 24%
G = 55.5%
B = 20.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#306F29 (or 0x306F29) is known color: Japanese Laurel. HEX triplet: 30, 6F and 29. RGB value is (48,111,41). Sum of RGB (Red+Green+Blue) = 48+111+41=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #306F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F29 is #CF90D6. Grayscale: #545454. Windows color (decimal): -13603031 or 2715440. OLE color: 2715440.

HSL color Cylindrical-coordinate representation of color #306F29: hue angle of 114º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306F29 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 41 -
CMYK 0.57 0 0.63 0.56
HSL 114º 0.46% 0.3% -
HSV(B) 114º 0.63% 0.44% -
XYZ 7.3 12.16 4.06 -
YUV 84.18 103.63 102.19 -
System Red Green Blue C M Y K H S L
Decimal 48 111 41 0.57 0 0.63 0.56 114 0.46 0.3
Hex 30 6F 29 39 0 3F 38 72 2E 1E
Octal 60 157 51 71 0 77 70 162 56 36
Binary 110000 1101111 101001 111001 0 111111 111000 1110010 101110 11110

Color Harmonies of #306F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F29

Black with #306F29

Text Example


Text Example

White with #306F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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