Html Css Color HEX #2D6229 San Felix

📋 copy color: '#2D6229'

red 45 ◦ green 98 ◦ blue 41

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

Shades of San Felix #2D6229

Tints of San Felix #2D6229

RGB

 RED value IS 45 (17.97% from 255) = 24.46%

 GREEN value IS 98 (38.67% from 255) = 53.26%

 BLUE value IS 41 (16.41% from 255) = 22.28%

R = 24.46%
G = 53.26%
B = 22.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#2D6229 (or 0x2D6229) is known color: San Felix. HEX triplet: 2D, 62 and 29. RGB value is (45,98,41). Sum of RGB (Red+Green+Blue) = 45+98+41=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6229 is #D29DD6. Grayscale: #4B4B4B. Windows color (decimal): -13802967 or 2712109. OLE color: 2712109.

HSL color Cylindrical-coordinate representation of color #2D6229: hue angle of 115.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6229 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 98 41 -
CMYK 0.54 0 0.58 0.62
HSL 115.79º 0.41% 0.27% -
HSV(B) 115.79º 0.58% 0.38% -
XYZ 5.85 9.45 3.61 -
YUV 75.66 108.44 106.13 -
System Red Green Blue C M Y K H S L
Decimal 45 98 41 0.54 0 0.58 0.62 115.79 0.41 0.27
Hex 2D 62 29 36 0 3A 3E 74 29 1B
Octal 55 142 51 66 0 72 76 164 51 33
Binary 101101 1100010 101001 110110 0 111010 111110 1110100 101001 11011

Color Harmonies of #2D6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6229

Black with #2D6229

Text Example


Text Example

White with #2D6229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D6229; }

 p { color: rgb(45,98,41); }

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

background-color css

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

 a { background-color: rgb(45,98,41); }

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

border-color css

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

 span { border-color: rgb(45,98,41); }

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