Html Css Color HEX #29813D Japanese Laurel

📋 copy color: '#29813D'

red 41 ◦ green 129 ◦ blue 61

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

Shades of Japanese Laurel #29813D

Tints of Japanese Laurel #29813D

RGB

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

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

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

R = 17.75%
G = 55.84%
B = 26.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#29813D (or 0x29813D) is known color: Japanese Laurel. HEX triplet: 29, 81 and 3D. RGB value is (41,129,61). Sum of RGB (Red+Green+Blue) = 41+129+61=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #29813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29813D is #D67EC2. Grayscale: #5F5F5F. Windows color (decimal): -14057155 or 4030761. OLE color: 4030761.

HSL color Cylindrical-coordinate representation of color #29813D: hue angle of 133.64º 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 #29813D is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 129 61 -
CMYK 0.68 0 0.53 0.49
HSL 133.64º 0.52% 0.33% -
HSV(B) 133.64º 0.68% 0.51% -
XYZ 9.61 16.51 7.1 -
YUV 94.94 108.85 89.53 -
System Red Green Blue C M Y K H S L
Decimal 41 129 61 0.68 0 0.53 0.49 133.64 0.52 0.33
Hex 29 81 3D 44 0 35 31 86 34 21
Octal 51 201 75 104 0 65 61 206 64 41
Binary 101001 10000001 111101 1000100 0 110101 110001 10000110 110100 100001

Color Harmonies of #29813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29813D

Black with #29813D

Text Example


Text Example

White with #29813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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