Html Css Color HEX #29863F Japanese Laurel

📋 copy color: '#29863F'

red 41 ◦ green 134 ◦ blue 63

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

Shades of Japanese Laurel #29863F

Tints of Japanese Laurel #29863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.47%

R = 17.23%
G = 56.3%
B = 26.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#29863F (or 0x29863F) is known color: Japanese Laurel. HEX triplet: 29, 86 and 3F. RGB value is (41,134,63). Sum of RGB (Red+Green+Blue) = 41+134+63=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #29863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29863F is #D679C0. Grayscale: #626262. Windows color (decimal): -14055873 or 4163113. OLE color: 4163113.

HSL color Cylindrical-coordinate representation of color #29863F: hue angle of 134.19º 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 #29863F is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 134 63 -
CMYK 0.69 0 0.53 0.47
HSL 134.19º 0.53% 0.34% -
HSV(B) 134.19º 0.69% 0.53% -
XYZ 10.34 17.88 7.61 -
YUV 98.1 108.19 87.27 -
System Red Green Blue C M Y K H S L
Decimal 41 134 63 0.69 0 0.53 0.47 134.19 0.53 0.34
Hex 29 86 3F 45 0 35 2F 86 35 22
Octal 51 206 77 105 0 65 57 206 65 42
Binary 101001 10000110 111111 1000101 0 110101 101111 10000110 110101 100010

Color Harmonies of #29863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29863F

Black with #29863F

Text Example


Text Example

White with #29863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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