Html Css Color HEX #255F1F San Felix

📋 copy color: '#255F1F'

red 37 ◦ green 95 ◦ blue 31

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

Shades of San Felix #255F1F

Tints of San Felix #255F1F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 58.28%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 22.7%
G = 58.28%
B = 19.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#255F1F (or 0x255F1F) is known color: San Felix. HEX triplet: 25, 5F and 1F. RGB value is (37,95,31). Sum of RGB (Red+Green+Blue) = 37+95+31=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #255F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255F1F is #DAA0E0. Grayscale: #464646. Windows color (decimal): -14328033 or 2055973. OLE color: 2055973.

HSL color Cylindrical-coordinate representation of color #255F1F: hue angle of 114.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255F1F is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 95 31 -
CMYK 0.61 0 0.67 0.63
HSL 114.38º 0.51% 0.25% -
HSV(B) 114.38º 0.67% 0.37% -
XYZ 5.1 8.68 2.7 -
YUV 70.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 37 95 31 0.61 0 0.67 0.63 114.38 0.51 0.25
Hex 25 5F 1F 3D 0 43 3F 72 33 19
Octal 45 137 37 75 0 103 77 162 63 31
Binary 100101 1011111 11111 111101 0 1000011 111111 1110010 110011 11001

Color Harmonies of #255F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F1F

Black with #255F1F

Text Example


Text Example

White with #255F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,31); }

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

background-color css

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

 a { background-color: rgb(37,95,31); }

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

border-color css

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

 span { border-color: rgb(37,95,31); }

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