Html Css Color HEX #297223 Japanese Laurel

📋 copy color: '#297223'

red 41 ◦ green 114 ◦ blue 35

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

Shades of Japanese Laurel #297223

Tints of Japanese Laurel #297223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60%

 BLUE value IS 35 (14.06% from 255) = 18.42%

R = 21.58%
G = 60%
B = 18.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#297223 (or 0x297223) is known color: Japanese Laurel. HEX triplet: 29, 72 and 23. RGB value is (41,114,35). Sum of RGB (Red+Green+Blue) = 41+114+35=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #297223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297223 is #D68DDC. Grayscale: #535353. Windows color (decimal): -14061021 or 2322985. OLE color: 2322985.

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

Color convert

RGB 41 114 35 -
CMYK 0.64 0 0.69 0.55
HSL 115.44º 0.53% 0.29% -
HSV(B) 115.44º 0.69% 0.45% -
XYZ 7.24 12.63 3.65 -
YUV 83.17 100.82 97.92 -
System Red Green Blue C M Y K H S L
Decimal 41 114 35 0.64 0 0.69 0.55 115.44 0.53 0.29
Hex 29 72 23 40 0 45 37 73 35 1D
Octal 51 162 43 100 0 105 67 163 65 35
Binary 101001 1110010 100011 1000000 0 1000101 110111 1110011 110101 11101

Color Harmonies of #297223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297223

Black with #297223

Text Example


Text Example

White with #297223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297223; }

 p { color: rgb(41,114,35); }

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

background-color css

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

 a { background-color: rgb(41,114,35); }

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

border-color css

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

 span { border-color: rgb(41,114,35); }

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