Html Css Color HEX #255D21 San Felix

📋 copy color: '#255D21'

red 37 ◦ green 93 ◦ blue 33

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

Shades of San Felix #255D21

Tints of San Felix #255D21

RGB

 RED value IS 37 (14.84% from 255) = 22.7%

 GREEN value IS 93 (36.72% from 255) = 57.06%

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 22.7%
G = 57.06%
B = 20.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#255D21 (or 0x255D21) is known color: San Felix. HEX triplet: 25, 5D and 21. RGB value is (37,93,33). Sum of RGB (Red+Green+Blue) = 37+93+33=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #255D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D21 is #DAA2DE. Grayscale: #454545. Windows color (decimal): -14328543 or 2186533. OLE color: 2186533.

HSL color Cylindrical-coordinate representation of color #255D21: hue angle of 116º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255D21 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 93 33 -
CMYK 0.60 0 0.65 0.64
HSL 116º 0.48% 0.25% -
HSV(B) 116º 0.65% 0.36% -
XYZ 4.95 8.33 2.79 -
YUV 69.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 37 93 33 0.60 0 0.65 0.64 116 0.48 0.25
Hex 25 5D 21 3C 0 41 40 74 30 19
Octal 45 135 41 74 0 101 100 164 60 31
Binary 100101 1011101 100001 111100 0 1000001 1000000 1110100 110000 11001

Color Harmonies of #255D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D21

Black with #255D21

Text Example


Text Example

White with #255D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255D21; }

 p { color: rgb(37,93,33); }

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

background-color css

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

 a { background-color: rgb(37,93,33); }

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

border-color css

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

 span { border-color: rgb(37,93,33); }

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