Html Css Color HEX #29853D Japanese Laurel

📋 copy color: '#29853D'

red 41 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #29853D

Tints of Japanese Laurel #29853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.6%

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

R = 17.45%
G = 56.6%
B = 25.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#29853D (or 0x29853D) is known color: Japanese Laurel. HEX triplet: 29, 85 and 3D. RGB value is (41,133,61). Sum of RGB (Red+Green+Blue) = 41+133+61=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #29853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29853D is #D67AC2. Grayscale: #616161. Windows color (decimal): -14056131 or 4031785. OLE color: 4031785.

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

Color convert

RGB 41 133 61 -
CMYK 0.69 0 0.54 0.48
HSL 133.04º 0.53% 0.34% -
HSV(B) 133.04º 0.69% 0.52% -
XYZ 10.14 17.58 7.27 -
YUV 97.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 41 133 61 0.69 0 0.54 0.48 133.04 0.53 0.34
Hex 29 85 3D 45 0 36 30 85 35 22
Octal 51 205 75 105 0 66 60 205 65 42
Binary 101001 10000101 111101 1000101 0 110110 110000 10000101 110101 100010

Color Harmonies of #29853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29853D

Black with #29853D

Text Example


Text Example

White with #29853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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