Html Css Color HEX #297930 Japanese Laurel

📋 copy color: '#297930'

red 41 ◦ green 121 ◦ blue 48

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

Shades of Japanese Laurel #297930

Tints of Japanese Laurel #297930

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.62%

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 19.52%
G = 57.62%
B = 22.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#297930 (or 0x297930) is known color: Japanese Laurel. HEX triplet: 29, 79 and 30. RGB value is (41,121,48). Sum of RGB (Red+Green+Blue) = 41+121+48=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #297930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297930 is #D686CF. Grayscale: #585858. Windows color (decimal): -14059216 or 3176745. OLE color: 3176745.

HSL color Cylindrical-coordinate representation of color #297930: hue angle of 125.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297930 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 48 -
CMYK 0.66 0 0.60 0.53
HSL 125.25º 0.49% 0.32% -
HSV(B) 125.25º 0.66% 0.47% -
XYZ 8.29 14.36 5.13 -
YUV 88.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 41 121 48 0.66 0 0.60 0.53 125.25 0.49 0.32
Hex 29 79 30 42 0 3C 35 7D 31 20
Octal 51 171 60 102 0 74 65 175 61 40
Binary 101001 1111001 110000 1000010 0 111100 110101 1111101 110001 100000

Color Harmonies of #297930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297930

Black with #297930

Text Example


Text Example

White with #297930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297930; }

 p { color: rgb(41,121,48); }

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

background-color css

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

 a { background-color: rgb(41,121,48); }

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

border-color css

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

 span { border-color: rgb(41,121,48); }

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