Html Css Color HEX #29863B Japanese Laurel

📋 copy color: '#29863B'

red 41 ◦ green 134 ◦ blue 59

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

Shades of Japanese Laurel #29863B

Tints of Japanese Laurel #29863B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.26%

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

R = 17.52%
G = 57.26%
B = 25.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#29863B (or 0x29863B) is known color: Japanese Laurel. HEX triplet: 29, 86 and 3B. RGB value is (41,134,59). Sum of RGB (Red+Green+Blue) = 41+134+59=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #29863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29863B is #D679C4. Grayscale: #616161. Windows color (decimal): -14055877 or 3900969. OLE color: 3900969.

HSL color Cylindrical-coordinate representation of color #29863B: hue angle of 131.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29863B is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 134 59 -
CMYK 0.69 0 0.56 0.47
HSL 131.61º 0.53% 0.34% -
HSV(B) 131.61º 0.69% 0.53% -
XYZ 10.23 17.84 7.04 -
YUV 97.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 41 134 59 0.69 0 0.56 0.47 131.61 0.53 0.34
Hex 29 86 3B 45 0 38 2F 84 35 22
Octal 51 206 73 105 0 70 57 204 65 42
Binary 101001 10000110 111011 1000101 0 111000 101111 10000100 110101 100010

Color Harmonies of #29863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29863B

Black with #29863B

Text Example


Text Example

White with #29863B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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