Html Css Color HEX #25752F San Felix

📋 copy color: '#25752F'

red 37 ◦ green 117 ◦ blue 47

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

Shades of San Felix #25752F

Tints of San Felix #25752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.21%

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

R = 18.41%
G = 58.21%
B = 23.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#25752F (or 0x25752F) is known color: San Felix. HEX triplet: 25, 75 and 2F. RGB value is (37,117,47). Sum of RGB (Red+Green+Blue) = 37+117+47=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #25752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25752F is #DA8AD0. Grayscale: #555555. Windows color (decimal): -14322385 or 3110181. OLE color: 3110181.

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

Color convert

RGB 37 117 47 -
CMYK 0.68 0 0.60 0.54
HSL 127.5º 0.52% 0.3% -
HSV(B) 127.5º 0.68% 0.46% -
XYZ 7.64 13.32 4.86 -
YUV 85.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 37 117 47 0.68 0 0.60 0.54 127.5 0.52 0.3
Hex 25 75 2F 44 0 3C 36 80 34 1E
Octal 45 165 57 104 0 74 66 200 64 36
Binary 100101 1110101 101111 1000100 0 111100 110110 10000000 110100 11110

Color Harmonies of #25752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25752F

Black with #25752F

Text Example


Text Example

White with #25752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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