Html Css Color HEX #297828 Japanese Laurel

📋 copy color: '#297828'

red 41 ◦ green 120 ◦ blue 40

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

Shades of Japanese Laurel #297828

Tints of Japanese Laurel #297828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.7%

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 20.4%
G = 59.7%
B = 19.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#297828 (or 0x297828) is known color: Japanese Laurel. HEX triplet: 29, 78 and 28. RGB value is (41,120,40). Sum of RGB (Red+Green+Blue) = 41+120+40=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #297828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297828 is #D687D7. Grayscale: #575757. Windows color (decimal): -14059480 or 2652201. OLE color: 2652201.

HSL color Cylindrical-coordinate representation of color #297828: hue angle of 119.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297828 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 40 -
CMYK 0.66 0 0.67 0.53
HSL 119.25º 0.5% 0.31% -
HSV(B) 119.25º 0.67% 0.47% -
XYZ 8.01 14.06 4.3 -
YUV 87.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 41 120 40 0.66 0 0.67 0.53 119.25 0.5 0.31
Hex 29 78 28 42 0 43 35 77 32 1F
Octal 51 170 50 102 0 103 65 167 62 37
Binary 101001 1111000 101000 1000010 0 1000011 110101 1110111 110010 11111

Color Harmonies of #297828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297828

Black with #297828

Text Example


Text Example

White with #297828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297828; }

 p { color: rgb(41,120,40); }

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

background-color css

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

 a { background-color: rgb(41,120,40); }

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

border-color css

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

 span { border-color: rgb(41,120,40); }

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