Html Css Color HEX #256F1F San Felix

📋 copy color: '#256F1F'

red 37 ◦ green 111 ◦ blue 31

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

Shades of San Felix #256F1F

Tints of San Felix #256F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.01%

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

R = 20.67%
G = 62.01%
B = 17.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#256F1F (or 0x256F1F) is known color: San Felix. HEX triplet: 25, 6F and 1F. RGB value is (37,111,31). Sum of RGB (Red+Green+Blue) = 37+111+31=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #256F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256F1F is #DA90E0. Grayscale: #4F4F4F. Windows color (decimal): -14323937 or 2060069. OLE color: 2060069.

HSL color Cylindrical-coordinate representation of color #256F1F: hue angle of 115.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256F1F is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 111 31 -
CMYK 0.67 0 0.72 0.56
HSL 115.5º 0.56% 0.28% -
HSV(B) 115.5º 0.72% 0.44% -
XYZ 6.69 11.86 3.23 -
YUV 79.75 100.48 97.5 -
System Red Green Blue C M Y K H S L
Decimal 37 111 31 0.67 0 0.72 0.56 115.5 0.56 0.28
Hex 25 6F 1F 43 0 48 38 74 38 1C
Octal 45 157 37 103 0 110 70 164 70 34
Binary 100101 1101111 11111 1000011 0 1001000 111000 1110100 111000 11100

Color Harmonies of #256F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256F1F

Black with #256F1F

Text Example


Text Example

White with #256F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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