Html Css Color HEX #29813F Japanese Laurel

📋 copy color: '#29813F'

red 41 ◦ green 129 ◦ blue 63

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

Shades of Japanese Laurel #29813F

Tints of Japanese Laurel #29813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.36%

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

R = 17.6%
G = 55.36%
B = 27.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#29813F (or 0x29813F) is known color: Japanese Laurel. HEX triplet: 29, 81 and 3F. RGB value is (41,129,63). Sum of RGB (Red+Green+Blue) = 41+129+63=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #29813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29813F is #D67EC0. Grayscale: #5F5F5F. Windows color (decimal): -14057153 or 4161833. OLE color: 4161833.

HSL color Cylindrical-coordinate representation of color #29813F: hue angle of 135º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29813F is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 129 63 -
CMYK 0.68 0 0.51 0.49
HSL 135º 0.52% 0.33% -
HSV(B) 135º 0.68% 0.51% -
XYZ 9.66 16.53 7.38 -
YUV 95.16 109.85 89.37 -
System Red Green Blue C M Y K H S L
Decimal 41 129 63 0.68 0 0.51 0.49 135 0.52 0.33
Hex 29 81 3F 44 0 33 31 87 34 21
Octal 51 201 77 104 0 63 61 207 64 41
Binary 101001 10000001 111111 1000100 0 110011 110001 10000111 110100 100001

Color Harmonies of #29813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29813F

Black with #29813F

Text Example


Text Example

White with #29813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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