Html Css Color HEX #29792A Japanese Laurel

📋 copy color: '#29792A'

red 41 ◦ green 121 ◦ blue 42

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

Shades of Japanese Laurel #29792A

Tints of Japanese Laurel #29792A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.31%

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 20.1%
G = 59.31%
B = 20.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#29792A (or 0x29792A) is known color: Japanese Laurel. HEX triplet: 29, 79 and 2A. RGB value is (41,121,42). Sum of RGB (Red+Green+Blue) = 41+121+42=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #29792A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29792A is #D686D5. Grayscale: #585858. Windows color (decimal): -14059222 or 2783529. OLE color: 2783529.

HSL color Cylindrical-coordinate representation of color #29792A: hue angle of 120.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29792A is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 42 -
CMYK 0.66 0 0.65 0.53
HSL 120.75º 0.49% 0.32% -
HSV(B) 120.75º 0.66% 0.47% -
XYZ 8.17 14.31 4.52 -
YUV 88.07 102 94.42 -
System Red Green Blue C M Y K H S L
Decimal 41 121 42 0.66 0 0.65 0.53 120.75 0.49 0.32
Hex 29 79 2A 42 0 41 35 79 31 20
Octal 51 171 52 102 0 101 65 171 61 40
Binary 101001 1111001 101010 1000010 0 1000001 110101 1111001 110001 100000

Color Harmonies of #29792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29792A

Black with #29792A

Text Example


Text Example

White with #29792A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29792A; }

 p { color: rgb(41,121,42); }

 H1.HeaderClassName
 {
   color: #29792A;
 }
 .AnyTagClassName
 {
   color: #29792A;
 }
</style>

background-color css

<style>
 a { background-color: #29792A; }

 a { background-color: rgb(41,121,42); }

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

border-color css

<style>
 span { border-color: #29792A; }

 span { border-color: rgb(41,121,42); }

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