Html Css Color HEX #29863D Japanese Laurel

📋 copy color: '#29863D'

red 41 ◦ green 134 ◦ blue 61

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

Shades of Japanese Laurel #29863D

Tints of Japanese Laurel #29863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 17.37%
G = 56.78%
B = 25.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#29863D (or 0x29863D) is known color: Japanese Laurel. HEX triplet: 29, 86 and 3D. RGB value is (41,134,61). Sum of RGB (Red+Green+Blue) = 41+134+61=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #29863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29863D is #D679C2. Grayscale: #626262. Windows color (decimal): -14055875 or 4032041. OLE color: 4032041.

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

Color convert

RGB 41 134 61 -
CMYK 0.69 0 0.54 0.47
HSL 132.9º 0.53% 0.34% -
HSV(B) 132.9º 0.69% 0.53% -
XYZ 10.28 17.86 7.32 -
YUV 97.87 107.19 87.44 -
System Red Green Blue C M Y K H S L
Decimal 41 134 61 0.69 0 0.54 0.47 132.9 0.53 0.34
Hex 29 86 3D 45 0 36 2F 85 35 22
Octal 51 206 75 105 0 66 57 205 65 42
Binary 101001 10000110 111101 1000101 0 110110 101111 10000101 110101 100010

Color Harmonies of #29863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29863D

Black with #29863D

Text Example


Text Example

White with #29863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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