Html Css Color HEX #297530 Japanese Laurel

📋 copy color: '#297530'

red 41 ◦ green 117 ◦ blue 48

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

Shades of Japanese Laurel #297530

Tints of Japanese Laurel #297530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.8%

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

R = 19.9%
G = 56.8%
B = 23.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#297530 (or 0x297530) is known color: Japanese Laurel. HEX triplet: 29, 75 and 30. RGB value is (41,117,48). Sum of RGB (Red+Green+Blue) = 41+117+48=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #297530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297530 is #D68ACF. Grayscale: #565656. Windows color (decimal): -14060240 or 3175721. OLE color: 3175721.

HSL color Cylindrical-coordinate representation of color #297530: hue angle of 125.53º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297530 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 48 -
CMYK 0.65 0 0.59 0.54
HSL 125.53º 0.48% 0.31% -
HSV(B) 125.53º 0.65% 0.46% -
XYZ 7.81 13.41 4.97 -
YUV 86.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 41 117 48 0.65 0 0.59 0.54 125.53 0.48 0.31
Hex 29 75 30 41 0 3B 36 7E 30 1F
Octal 51 165 60 101 0 73 66 176 60 37
Binary 101001 1110101 110000 1000001 0 111011 110110 1111110 110000 11111

Color Harmonies of #297530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297530

Black with #297530

Text Example


Text Example

White with #297530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297530; }

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

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

background-color css

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

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

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

border-color css

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

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

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