Html Css Color HEX #297423 Japanese Laurel

📋 copy color: '#297423'

red 41 ◦ green 116 ◦ blue 35

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

Shades of Japanese Laurel #297423

Tints of Japanese Laurel #297423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.42%

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

R = 21.35%
G = 60.42%
B = 18.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#297423 (or 0x297423) is known color: Japanese Laurel. HEX triplet: 29, 74 and 23. RGB value is (41,116,35). Sum of RGB (Red+Green+Blue) = 41+116+35=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #297423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297423 is #D68BDC. Grayscale: #545454. Windows color (decimal): -14060509 or 2323497. OLE color: 2323497.

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

Color convert

RGB 41 116 35 -
CMYK 0.65 0 0.70 0.55
HSL 115.56º 0.54% 0.3% -
HSV(B) 115.56º 0.7% 0.45% -
XYZ 7.46 13.08 3.72 -
YUV 84.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 41 116 35 0.65 0 0.70 0.55 115.56 0.54 0.3
Hex 29 74 23 41 0 46 37 74 36 1E
Octal 51 164 43 101 0 106 67 164 66 36
Binary 101001 1110100 100011 1000001 0 1000110 110111 1110100 110110 11110

Color Harmonies of #297423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297423

Black with #297423

Text Example


Text Example

White with #297423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297423; }

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

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

background-color css

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

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

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

border-color css

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

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

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