Html Css Color HEX #306D29 Japanese Laurel

📋 copy color: '#306D29'

red 48 ◦ green 109 ◦ blue 41

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

Shades of Japanese Laurel #306D29

Tints of Japanese Laurel #306D29

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.05%

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

R = 24.24%
G = 55.05%
B = 20.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#306D29 (or 0x306D29) is known color: Japanese Laurel. HEX triplet: 30, 6D and 29. RGB value is (48,109,41). Sum of RGB (Red+Green+Blue) = 48+109+41=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #306D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D29 is #CF92D6. Grayscale: #535353. Windows color (decimal): -13603543 or 2714928. OLE color: 2714928.

HSL color Cylindrical-coordinate representation of color #306D29: hue angle of 113.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306D29 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 109 41 -
CMYK 0.56 0 0.62 0.57
HSL 113.82º 0.45% 0.29% -
HSV(B) 113.82º 0.62% 0.43% -
XYZ 7.09 11.73 3.99 -
YUV 83.01 104.29 103.03 -
System Red Green Blue C M Y K H S L
Decimal 48 109 41 0.56 0 0.62 0.57 113.82 0.45 0.29
Hex 30 6D 29 38 0 3E 39 72 2D 1D
Octal 60 155 51 70 0 76 71 162 55 35
Binary 110000 1101101 101001 111000 0 111110 111001 1110010 101101 11101

Color Harmonies of #306D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D29

Black with #306D29

Text Example


Text Example

White with #306D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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