Html Css Color HEX #29803B Japanese Laurel

📋 copy color: '#29803B'

red 41 ◦ green 128 ◦ blue 59

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

Shades of Japanese Laurel #29803B

Tints of Japanese Laurel #29803B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 17.98%
G = 56.14%
B = 25.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#29803B (or 0x29803B) is known color: Japanese Laurel. HEX triplet: 29, 80 and 3B. RGB value is (41,128,59). Sum of RGB (Red+Green+Blue) = 41+128+59=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #29803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29803B is #D67FC4. Grayscale: #5E5E5E. Windows color (decimal): -14057413 or 3899433. OLE color: 3899433.

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

Color convert

RGB 41 128 59 -
CMYK 0.68 0 0.54 0.50
HSL 132.41º 0.51% 0.33% -
HSV(B) 132.41º 0.68% 0.5% -
XYZ 9.42 16.23 6.77 -
YUV 94.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 41 128 59 0.68 0 0.54 0.50 132.41 0.51 0.33
Hex 29 80 3B 44 0 36 32 84 33 21
Octal 51 200 73 104 0 66 62 204 63 41
Binary 101001 10000000 111011 1000100 0 110110 110010 10000100 110011 100001

Color Harmonies of #29803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29803B

Black with #29803B

Text Example


Text Example

White with #29803B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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