Html Css Color HEX #25742F San Felix

📋 copy color: '#25742F'

red 37 ◦ green 116 ◦ blue 47

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

Shades of San Felix #25742F

Tints of San Felix #25742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58%

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 18.5%
G = 58%
B = 23.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#25742F (or 0x25742F) is known color: San Felix. HEX triplet: 25, 74 and 2F. RGB value is (37,116,47). Sum of RGB (Red+Green+Blue) = 37+116+47=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #25742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25742F is #DA8BD0. Grayscale: #545454. Windows color (decimal): -14322641 or 3109925. OLE color: 3109925.

HSL color Cylindrical-coordinate representation of color #25742F: hue angle of 127.59º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25742F is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 116 47 -
CMYK 0.68 0 0.59 0.55
HSL 127.59º 0.52% 0.3% -
HSV(B) 127.59º 0.68% 0.45% -
XYZ 7.52 13.09 4.82 -
YUV 84.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 37 116 47 0.68 0 0.59 0.55 127.59 0.52 0.3
Hex 25 74 2F 44 0 3B 37 80 34 1E
Octal 45 164 57 104 0 73 67 200 64 36
Binary 100101 1110100 101111 1000100 0 111011 110111 10000000 110100 11110

Color Harmonies of #25742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25742F

Black with #25742F

Text Example


Text Example

White with #25742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25742F; }

 p { color: rgb(37,116,47); }

 H1.HeaderClassName
 {
   color: #25742F;
 }
 .AnyTagClassName
 {
   color: #25742F;
 }
</style>

background-color css

<style>
 a { background-color: #25742F; }

 a { background-color: rgb(37,116,47); }

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

border-color css

<style>
 span { border-color: #25742F; }

 span { border-color: rgb(37,116,47); }

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