Html Css Color HEX #25752D San Felix

📋 copy color: '#25752D'

red 37 ◦ green 117 ◦ blue 45

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

Shades of San Felix #25752D

Tints of San Felix #25752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 18.59%
G = 58.79%
B = 22.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#25752D (or 0x25752D) is known color: San Felix. HEX triplet: 25, 75 and 2D. RGB value is (37,117,45). Sum of RGB (Red+Green+Blue) = 37+117+45=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #25752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25752D is #DA8AD2. Grayscale: #555555. Windows color (decimal): -14322387 or 2979109. OLE color: 2979109.

HSL color Cylindrical-coordinate representation of color #25752D: hue angle of 126º 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 #25752D is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 117 45 -
CMYK 0.68 0 0.62 0.54
HSL 126º 0.52% 0.3% -
HSV(B) 126º 0.68% 0.46% -
XYZ 7.6 13.31 4.65 -
YUV 84.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 37 117 45 0.68 0 0.62 0.54 126 0.52 0.3
Hex 25 75 2D 44 0 3E 36 7E 34 1E
Octal 45 165 55 104 0 76 66 176 64 36
Binary 100101 1110101 101101 1000100 0 111110 110110 1111110 110100 11110

Color Harmonies of #25752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25752D

Black with #25752D

Text Example


Text Example

White with #25752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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