Html Css Color HEX #29762B Japanese Laurel

📋 copy color: '#29762B'

red 41 ◦ green 118 ◦ blue 43

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

Shades of Japanese Laurel #29762B

Tints of Japanese Laurel #29762B

RGB

 RED value IS 41 (16.41% from 255) = 20.3%

 GREEN value IS 118 (46.48% from 255) = 58.42%

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 20.3%
G = 58.42%
B = 21.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#29762B (or 0x29762B) is known color: Japanese Laurel. HEX triplet: 29, 76 and 2B. RGB value is (41,118,43). Sum of RGB (Red+Green+Blue) = 41+118+43=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #29762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29762B is #D689D4. Grayscale: #565656. Windows color (decimal): -14059989 or 2848297. OLE color: 2848297.

HSL color Cylindrical-coordinate representation of color #29762B: hue angle of 121.56º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29762B is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 43 -
CMYK 0.65 0 0.64 0.54
HSL 121.56º 0.48% 0.31% -
HSV(B) 121.56º 0.65% 0.46% -
XYZ 7.83 13.6 4.5 -
YUV 86.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 41 118 43 0.65 0 0.64 0.54 121.56 0.48 0.31
Hex 29 76 2B 41 0 40 36 7A 30 1F
Octal 51 166 53 101 0 100 66 172 60 37
Binary 101001 1110110 101011 1000001 0 1000000 110110 1111010 110000 11111

Color Harmonies of #29762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29762B

Black with #29762B

Text Example


Text Example

White with #29762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29762B; }

 p { color: rgb(41,118,43); }

 H1.HeaderClassName
 {
   color: #29762B;
 }
 .AnyTagClassName
 {
   color: #29762B;
 }
</style>

background-color css

<style>
 a { background-color: #29762B; }

 a { background-color: rgb(41,118,43); }

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

border-color css

<style>
 span { border-color: #29762B; }

 span { border-color: rgb(41,118,43); }

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