Html Css Color HEX #297C28 Japanese Laurel

📋 copy color: '#297C28'

red 41 ◦ green 124 ◦ blue 40

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

Shades of Japanese Laurel #297C28

Tints of Japanese Laurel #297C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 60.49%

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

R = 20%
G = 60.49%
B = 19.51%

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

#297C28 (or 0x297C28) is known color: Japanese Laurel. HEX triplet: 29, 7C and 28. RGB value is (41,124,40). Sum of RGB (Red+Green+Blue) = 41+124+40=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #297C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C28 is #D683D7. Grayscale: #595959. Windows color (decimal): -14058456 or 2653225. OLE color: 2653225.

HSL color Cylindrical-coordinate representation of color #297C28: hue angle of 119.29º degrees, saturation: 0.51, 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 #297C28 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 124 40 -
CMYK 0.67 0 0.68 0.51
HSL 119.29º 0.51% 0.32% -
HSV(B) 119.29º 0.68% 0.49% -
XYZ 8.51 15.04 4.46 -
YUV 89.61 100 93.33 -
System Red Green Blue C M Y K H S L
Decimal 41 124 40 0.67 0 0.68 0.51 119.29 0.51 0.32
Hex 29 7C 28 43 0 44 33 77 33 20
Octal 51 174 50 103 0 104 63 167 63 40
Binary 101001 1111100 101000 1000011 0 1000100 110011 1110111 110011 100000

Color Harmonies of #297C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C28

Black with #297C28

Text Example


Text Example

White with #297C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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