Html Css Color HEX #29833C Japanese Laurel

📋 copy color: '#29833C'

red 41 ◦ green 131 ◦ blue 60

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

Shades of Japanese Laurel #29833C

Tints of Japanese Laurel #29833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.47%

 BLUE value IS 60 (23.83% from 255) = 25.86%

R = 17.67%
G = 56.47%
B = 25.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#29833C (or 0x29833C) is known color: Japanese Laurel. HEX triplet: 29, 83 and 3C. RGB value is (41,131,60). Sum of RGB (Red+Green+Blue) = 41+131+60=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #29833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29833C is #D67CC3. Grayscale: #606060. Windows color (decimal): -14056644 or 3965737. OLE color: 3965737.

HSL color Cylindrical-coordinate representation of color #29833C: hue angle of 132.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29833C is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 131 60 -
CMYK 0.69 0 0.54 0.49
HSL 132.67º 0.52% 0.34% -
HSV(B) 132.67º 0.69% 0.51% -
XYZ 9.85 17.03 7.04 -
YUV 96 107.68 88.77 -
System Red Green Blue C M Y K H S L
Decimal 41 131 60 0.69 0 0.54 0.49 132.67 0.52 0.34
Hex 29 83 3C 45 0 36 31 85 34 22
Octal 51 203 74 105 0 66 61 205 64 42
Binary 101001 10000011 111100 1000101 0 110110 110001 10000101 110100 100010

Color Harmonies of #29833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29833C

Black with #29833C

Text Example


Text Example

White with #29833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29833C; }

 p { color: rgb(41,131,60); }

 H1.HeaderClassName
 {
   color: #29833C;
 }
 .AnyTagClassName
 {
   color: #29833C;
 }
</style>

background-color css

<style>
 a { background-color: #29833C; }

 a { background-color: rgb(41,131,60); }

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

border-color css

<style>
 span { border-color: #29833C; }

 span { border-color: rgb(41,131,60); }

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