Html Css Color HEX #25752B San Felix

📋 copy color: '#25752B'

red 37 ◦ green 117 ◦ blue 43

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

Shades of San Felix #25752B

Tints of San Felix #25752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.83%

R = 18.78%
G = 59.39%
B = 21.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#25752B (or 0x25752B) is known color: San Felix. HEX triplet: 25, 75 and 2B. RGB value is (37,117,43). Sum of RGB (Red+Green+Blue) = 37+117+43=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #25752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25752B is #DA8AD4. Grayscale: #545454. Windows color (decimal): -14322389 or 2848037. OLE color: 2848037.

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

Color convert

RGB 37 117 43 -
CMYK 0.68 0 0.63 0.54
HSL 124.5º 0.52% 0.3% -
HSV(B) 124.5º 0.68% 0.46% -
XYZ 7.56 13.29 4.45 -
YUV 84.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 37 117 43 0.68 0 0.63 0.54 124.5 0.52 0.3
Hex 25 75 2B 44 0 3F 36 7C 34 1E
Octal 45 165 53 104 0 77 66 174 64 36
Binary 100101 1110101 101011 1000100 0 111111 110110 1111100 110100 11110

Color Harmonies of #25752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25752B

Black with #25752B

Text Example


Text Example

White with #25752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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