Html Css Color HEX #297226 Japanese Laurel

📋 copy color: '#297226'

red 41 ◦ green 114 ◦ blue 38

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

Shades of Japanese Laurel #297226

Tints of Japanese Laurel #297226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.69%

R = 21.24%
G = 59.07%
B = 19.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#297226 (or 0x297226) is known color: Japanese Laurel. HEX triplet: 29, 72 and 26. RGB value is (41,114,38). Sum of RGB (Red+Green+Blue) = 41+114+38=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #297226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297226 is #D68DD9. Grayscale: #535353. Windows color (decimal): -14061018 or 2519593. OLE color: 2519593.

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

Color convert

RGB 41 114 38 -
CMYK 0.64 0 0.67 0.55
HSL 117.63º 0.5% 0.3% -
HSV(B) 117.63º 0.67% 0.45% -
XYZ 7.28 12.65 3.89 -
YUV 83.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 41 114 38 0.64 0 0.67 0.55 117.63 0.5 0.3
Hex 29 72 26 40 0 43 37 76 32 1E
Octal 51 162 46 100 0 103 67 166 62 36
Binary 101001 1110010 100110 1000000 0 1000011 110111 1110110 110010 11110

Color Harmonies of #297226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297226

Black with #297226

Text Example


Text Example

White with #297226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297226; }

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

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

background-color css

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

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

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

border-color css

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

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

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