Html Css Color HEX #297E2C Japanese Laurel

📋 copy color: '#297E2C'

red 41 ◦ green 126 ◦ blue 44

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

Shades of Japanese Laurel #297E2C

Tints of Japanese Laurel #297E2C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 59.72%

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 19.43%
G = 59.72%
B = 20.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#297E2C (or 0x297E2C) is known color: Japanese Laurel. HEX triplet: 29, 7E and 2C. RGB value is (41,126,44). Sum of RGB (Red+Green+Blue) = 41+126+44=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 126 (49.61% from 255 or 59.72% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 126 - color contains mainly: green. Hex color #297E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E2C is #D681D3. Grayscale: #5B5B5B. Windows color (decimal): -14057940 or 2915881. OLE color: 2915881.

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

Color convert

RGB 41 126 44 -
CMYK 0.67 0 0.65 0.51
HSL 122.12º 0.51% 0.33% -
HSV(B) 122.12º 0.67% 0.49% -
XYZ 8.83 15.57 4.92 -
YUV 91.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 41 126 44 0.67 0 0.65 0.51 122.12 0.51 0.33
Hex 29 7E 2C 43 0 41 33 7A 33 21
Octal 51 176 54 103 0 101 63 172 63 41
Binary 101001 1111110 101100 1000011 0 1000001 110011 1111010 110011 100001

Color Harmonies of #297E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E2C

Black with #297E2C

Text Example


Text Example

White with #297E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,126,44); }

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

background-color css

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

 a { background-color: rgb(41,126,44); }

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

border-color css

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

 span { border-color: rgb(41,126,44); }

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