Html Css Color HEX #29802F Japanese Laurel

📋 copy color: '#29802F'

red 41 ◦ green 128 ◦ blue 47

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

Shades of Japanese Laurel #29802F

Tints of Japanese Laurel #29802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.26%

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

R = 18.98%
G = 59.26%
B = 21.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#29802F (or 0x29802F) is known color: Japanese Laurel. HEX triplet: 29, 80 and 2F. RGB value is (41,128,47). Sum of RGB (Red+Green+Blue) = 41+128+47=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #29802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29802F is #D67FD0. Grayscale: #5C5C5C. Windows color (decimal): -14057425 or 3113001. OLE color: 3113001.

HSL color Cylindrical-coordinate representation of color #29802F: hue angle of 124.14º 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 #29802F is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 128 47 -
CMYK 0.68 0 0.63 0.50
HSL 124.14º 0.51% 0.33% -
HSV(B) 124.14º 0.68% 0.5% -
XYZ 9.15 16.12 5.32 -
YUV 92.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 41 128 47 0.68 0 0.63 0.50 124.14 0.51 0.33
Hex 29 80 2F 44 0 3F 32 7C 33 21
Octal 51 200 57 104 0 77 62 174 63 41
Binary 101001 10000000 101111 1000100 0 111111 110010 1111100 110011 100001

Color Harmonies of #29802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29802F

Black with #29802F

Text Example


Text Example

White with #29802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29802F; }

 p { color: rgb(41,128,47); }

 H1.HeaderClassName
 {
   color: #29802F;
 }
 .AnyTagClassName
 {
   color: #29802F;
 }
</style>

background-color css

<style>
 a { background-color: #29802F; }

 a { background-color: rgb(41,128,47); }

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

border-color css

<style>
 span { border-color: #29802F; }

 span { border-color: rgb(41,128,47); }

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