Html Css Color HEX #297E34 Japanese Laurel

📋 copy color: '#297E34'

red 41 ◦ green 126 ◦ blue 52

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

Shades of Japanese Laurel #297E34

Tints of Japanese Laurel #297E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 18.72%
G = 57.53%
B = 23.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#297E34 (or 0x297E34) is known color: Japanese Laurel. HEX triplet: 29, 7E and 34. RGB value is (41,126,52). Sum of RGB (Red+Green+Blue) = 41+126+52=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 126 (49.61% from 255 or 57.53% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 126 - color contains mainly: green. Hex color #297E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E34 is #D681CB. Grayscale: #5C5C5C. Windows color (decimal): -14057932 or 3440169. OLE color: 3440169.

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

Color convert

RGB 41 126 52 -
CMYK 0.67 0 0.59 0.51
HSL 127.76º 0.51% 0.33% -
HSV(B) 127.76º 0.67% 0.49% -
XYZ 9 15.64 5.79 -
YUV 92.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 41 126 52 0.67 0 0.59 0.51 127.76 0.51 0.33
Hex 29 7E 34 43 0 3B 33 80 33 21
Octal 51 176 64 103 0 73 63 200 63 41
Binary 101001 1111110 110100 1000011 0 111011 110011 10000000 110011 100001

Color Harmonies of #297E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E34

Black with #297E34

Text Example


Text Example

White with #297E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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