Html Css Color HEX #297A2A Japanese Laurel

📋 copy color: '#297A2A'

red 41 ◦ green 122 ◦ blue 42

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

Shades of Japanese Laurel #297A2A

Tints of Japanese Laurel #297A2A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 59.51%

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 20%
G = 59.51%
B = 20.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#297A2A (or 0x297A2A) is known color: Japanese Laurel. HEX triplet: 29, 7A and 2A. RGB value is (41,122,42). Sum of RGB (Red+Green+Blue) = 41+122+42=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #297A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A2A is #D685D5. Grayscale: #585858. Windows color (decimal): -14058966 or 2783785. OLE color: 2783785.

HSL color Cylindrical-coordinate representation of color #297A2A: hue angle of 120.74º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A2A is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 122 42 -
CMYK 0.66 0 0.66 0.52
HSL 120.74º 0.5% 0.32% -
HSV(B) 120.74º 0.66% 0.48% -
XYZ 8.29 14.56 4.56 -
YUV 88.66 101.66 94 -
System Red Green Blue C M Y K H S L
Decimal 41 122 42 0.66 0 0.66 0.52 120.74 0.5 0.32
Hex 29 7A 2A 42 0 42 34 79 32 20
Octal 51 172 52 102 0 102 64 171 62 40
Binary 101001 1111010 101010 1000010 0 1000010 110100 1111001 110010 100000

Color Harmonies of #297A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A2A

Black with #297A2A

Text Example


Text Example

White with #297A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,122,42); }

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

background-color css

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

 a { background-color: rgb(41,122,42); }

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

border-color css

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

 span { border-color: rgb(41,122,42); }

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