Html Css Color HEX #297330 San Felix

📋 copy color: '#297330'

red 41 ◦ green 115 ◦ blue 48

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

Shades of San Felix #297330

Tints of San Felix #297330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.37%

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

R = 20.1%
G = 56.37%
B = 23.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#297330 (or 0x297330) is known color: San Felix. HEX triplet: 29, 73 and 30. RGB value is (41,115,48). Sum of RGB (Red+Green+Blue) = 41+115+48=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #297330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297330 is #D68CCF. Grayscale: #555555. Windows color (decimal): -14060752 or 3175209. OLE color: 3175209.

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

Color convert

RGB 41 115 48 -
CMYK 0.64 0 0.58 0.55
HSL 125.68º 0.47% 0.31% -
HSV(B) 125.68º 0.64% 0.45% -
XYZ 7.58 12.95 4.9 -
YUV 85.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 41 115 48 0.64 0 0.58 0.55 125.68 0.47 0.31
Hex 29 73 30 40 0 3A 37 7E 2F 1F
Octal 51 163 60 100 0 72 67 176 57 37
Binary 101001 1110011 110000 1000000 0 111010 110111 1111110 101111 11111

Color Harmonies of #297330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297330

Black with #297330

Text Example


Text Example

White with #297330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297330; }

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

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

background-color css

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

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

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

border-color css

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

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

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