Html Css Color HEX #25682A San Felix

📋 copy color: '#25682A'

red 37 ◦ green 104 ◦ blue 42

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

Shades of San Felix #25682A

Tints of San Felix #25682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.83%

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 20.22%
G = 56.83%
B = 22.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#25682A (or 0x25682A) is known color: San Felix. HEX triplet: 25, 68 and 2A. RGB value is (37,104,42). Sum of RGB (Red+Green+Blue) = 37+104+42=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #25682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25682A is #DA97D5. Grayscale: #4D4D4D. Windows color (decimal): -14325718 or 2779173. OLE color: 2779173.

HSL color Cylindrical-coordinate representation of color #25682A: hue angle of 124.48º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25682A is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 104 42 -
CMYK 0.64 0 0.60 0.59
HSL 124.48º 0.48% 0.28% -
HSV(B) 124.48º 0.64% 0.41% -
XYZ 6.13 10.46 3.89 -
YUV 76.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 37 104 42 0.64 0 0.60 0.59 124.48 0.48 0.28
Hex 25 68 2A 40 0 3C 3B 7C 30 1C
Octal 45 150 52 100 0 74 73 174 60 34
Binary 100101 1101000 101010 1000000 0 111100 111011 1111100 110000 11100

Color Harmonies of #25682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25682A

Black with #25682A

Text Example


Text Example

White with #25682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25682A; }

 p { color: rgb(37,104,42); }

 H1.HeaderClassName
 {
   color: #25682A;
 }
 .AnyTagClassName
 {
   color: #25682A;
 }
</style>

background-color css

<style>
 a { background-color: #25682A; }

 a { background-color: rgb(37,104,42); }

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

border-color css

<style>
 span { border-color: #25682A; }

 span { border-color: rgb(37,104,42); }

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