Html Css Color HEX #297D28 Japanese Laurel

📋 copy color: '#297D28'

red 41 ◦ green 125 ◦ blue 40

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

Shades of Japanese Laurel #297D28

Tints of Japanese Laurel #297D28

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.68%

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

R = 19.9%
G = 60.68%
B = 19.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#297D28 (or 0x297D28) is known color: Japanese Laurel. HEX triplet: 29, 7D and 28. RGB value is (41,125,40). Sum of RGB (Red+Green+Blue) = 41+125+40=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #297D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D28 is #D682D7. Grayscale: #5A5A5A. Windows color (decimal): -14058200 or 2653481. OLE color: 2653481.

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

Color convert

RGB 41 125 40 -
CMYK 0.67 0 0.68 0.51
HSL 119.29º 0.52% 0.32% -
HSV(B) 119.29º 0.68% 0.49% -
XYZ 8.63 15.29 4.5 -
YUV 90.19 99.67 92.91 -
System Red Green Blue C M Y K H S L
Decimal 41 125 40 0.67 0 0.68 0.51 119.29 0.52 0.32
Hex 29 7D 28 43 0 44 33 77 34 20
Octal 51 175 50 103 0 104 63 167 64 40
Binary 101001 1111101 101000 1000011 0 1000100 110011 1110111 110100 100000

Color Harmonies of #297D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D28

Black with #297D28

Text Example


Text Example

White with #297D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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