Html Css Color HEX #25701A San Felix

📋 copy color: '#25701A'

red 37 ◦ green 112 ◦ blue 26

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

Shades of San Felix #25701A

Tints of San Felix #25701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 64%

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 21.14%
G = 64%
B = 14.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#25701A (or 0x25701A) is known color: San Felix. HEX triplet: 25, 70 and 1A. RGB value is (37,112,26). Sum of RGB (Red+Green+Blue) = 37+112+26=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #25701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25701A is #DA8FE5. Grayscale: #505050. Windows color (decimal): -14323686 or 1732645. OLE color: 1732645.

HSL color Cylindrical-coordinate representation of color #25701A: hue angle of 112.33º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25701A is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 26 -
CMYK 0.67 0 0.77 0.56
HSL 112.33º 0.62% 0.27% -
HSV(B) 112.33º 0.77% 0.44% -
XYZ 6.74 12.06 2.95 -
YUV 79.77 97.65 97.49 -
System Red Green Blue C M Y K H S L
Decimal 37 112 26 0.67 0 0.77 0.56 112.33 0.62 0.27
Hex 25 70 1A 43 0 4D 38 70 3E 1B
Octal 45 160 32 103 0 115 70 160 76 33
Binary 100101 1110000 11010 1000011 0 1001101 111000 1110000 111110 11011

Color Harmonies of #25701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25701A

Black with #25701A

Text Example


Text Example

White with #25701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25701A; }

 p { color: rgb(37,112,26); }

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

background-color css

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

 a { background-color: rgb(37,112,26); }

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

border-color css

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

 span { border-color: rgb(37,112,26); }

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