Html Css Color HEX #297328 Japanese Laurel

📋 copy color: '#297328'

red 41 ◦ green 115 ◦ blue 40

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

Shades of Japanese Laurel #297328

Tints of Japanese Laurel #297328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.67%

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

R = 20.92%
G = 58.67%
B = 20.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#297328 (or 0x297328) is known color: Japanese Laurel. HEX triplet: 29, 73 and 28. RGB value is (41,115,40). Sum of RGB (Red+Green+Blue) = 41+115+40=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #297328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297328 is #D68CD7. Grayscale: #545454. Windows color (decimal): -14060760 or 2650921. OLE color: 2650921.

HSL color Cylindrical-coordinate representation of color #297328: hue angle of 119.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297328 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 115 40 -
CMYK 0.64 0 0.65 0.55
HSL 119.2º 0.48% 0.3% -
HSV(B) 119.2º 0.65% 0.45% -
XYZ 7.43 12.89 4.1 -
YUV 84.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 41 115 40 0.64 0 0.65 0.55 119.2 0.48 0.3
Hex 29 73 28 40 0 41 37 77 30 1E
Octal 51 163 50 100 0 101 67 167 60 36
Binary 101001 1110011 101000 1000000 0 1000001 110111 1110111 110000 11110

Color Harmonies of #297328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297328

Black with #297328

Text Example


Text Example

White with #297328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297328; }

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

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

background-color css

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

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

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

border-color css

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

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

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