Html Css Color HEX #297C32 Japanese Laurel

📋 copy color: '#297C32'

red 41 ◦ green 124 ◦ blue 50

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

Shades of Japanese Laurel #297C32

Tints of Japanese Laurel #297C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 19.07%
G = 57.67%
B = 23.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#297C32 (or 0x297C32) is known color: Japanese Laurel. HEX triplet: 29, 7C and 32. RGB value is (41,124,50). Sum of RGB (Red+Green+Blue) = 41+124+50=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #297C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C32 is #D683CD. Grayscale: #5A5A5A. Windows color (decimal): -14058446 or 3308585. OLE color: 3308585.

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

Color convert

RGB 41 124 50 -
CMYK 0.67 0 0.60 0.51
HSL 126.51º 0.5% 0.32% -
HSV(B) 126.51º 0.67% 0.49% -
XYZ 8.7 15.12 5.48 -
YUV 90.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 41 124 50 0.67 0 0.60 0.51 126.51 0.5 0.32
Hex 29 7C 32 43 0 3C 33 7F 32 20
Octal 51 174 62 103 0 74 63 177 62 40
Binary 101001 1111100 110010 1000011 0 111100 110011 1111111 110010 100000

Color Harmonies of #297C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C32

Black with #297C32

Text Example


Text Example

White with #297C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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