Html Css Color HEX #25712D San Felix

📋 copy color: '#25712D'

red 37 ◦ green 113 ◦ blue 45

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

Shades of San Felix #25712D

Tints of San Felix #25712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.95%

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

R = 18.97%
G = 57.95%
B = 23.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#25712D (or 0x25712D) is known color: San Felix. HEX triplet: 25, 71 and 2D. RGB value is (37,113,45). Sum of RGB (Red+Green+Blue) = 37+113+45=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #25712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25712D is #DA8ED2. Grayscale: #525252. Windows color (decimal): -14323411 or 2978085. OLE color: 2978085.

HSL color Cylindrical-coordinate representation of color #25712D: hue angle of 126.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25712D is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 113 45 -
CMYK 0.67 0 0.60 0.56
HSL 126.32º 0.51% 0.29% -
HSV(B) 126.32º 0.67% 0.44% -
XYZ 7.14 12.39 4.5 -
YUV 82.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 37 113 45 0.67 0 0.60 0.56 126.32 0.51 0.29
Hex 25 71 2D 43 0 3C 38 7E 33 1D
Octal 45 161 55 103 0 74 70 176 63 35
Binary 100101 1110001 101101 1000011 0 111100 111000 1111110 110011 11101

Color Harmonies of #25712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25712D

Black with #25712D

Text Example


Text Example

White with #25712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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