Html Css Color HEX #29782E Japanese Laurel

📋 copy color: '#29782E'

red 41 ◦ green 120 ◦ blue 46

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

Shades of Japanese Laurel #29782E

Tints of Japanese Laurel #29782E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 57.97%

 BLUE value IS 46 (18.36% from 255) = 22.22%

R = 19.81%
G = 57.97%
B = 22.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#29782E (or 0x29782E) is known color: Japanese Laurel. HEX triplet: 29, 78 and 2E. RGB value is (41,120,46). Sum of RGB (Red+Green+Blue) = 41+120+46=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #29782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29782E is #D687D1. Grayscale: #585858. Windows color (decimal): -14059474 or 3045417. OLE color: 3045417.

HSL color Cylindrical-coordinate representation of color #29782E: hue angle of 123.8º 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 #29782E is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 46 -
CMYK 0.66 0 0.62 0.53
HSL 123.8º 0.49% 0.32% -
HSV(B) 123.8º 0.66% 0.47% -
XYZ 8.12 14.1 4.88 -
YUV 87.94 104.33 94.52 -
System Red Green Blue C M Y K H S L
Decimal 41 120 46 0.66 0 0.62 0.53 123.8 0.49 0.32
Hex 29 78 2E 42 0 3E 35 7C 31 20
Octal 51 170 56 102 0 76 65 174 61 40
Binary 101001 1111000 101110 1000010 0 111110 110101 1111100 110001 100000

Color Harmonies of #29782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29782E

Black with #29782E

Text Example


Text Example

White with #29782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29782E; }

 p { color: rgb(41,120,46); }

 H1.HeaderClassName
 {
   color: #29782E;
 }
 .AnyTagClassName
 {
   color: #29782E;
 }
</style>

background-color css

<style>
 a { background-color: #29782E; }

 a { background-color: rgb(41,120,46); }

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

border-color css

<style>
 span { border-color: #29782E; }

 span { border-color: rgb(41,120,46); }

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