Html Css Color HEX #25682C San Felix

📋 copy color: '#25682C'

red 37 ◦ green 104 ◦ blue 44

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

Shades of San Felix #25682C

Tints of San Felix #25682C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 20%
G = 56.22%
B = 23.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#25682C (or 0x25682C) is known color: San Felix. HEX triplet: 25, 68 and 2C. RGB value is (37,104,44). Sum of RGB (Red+Green+Blue) = 37+104+44=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #25682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25682C is #DA97D3. Grayscale: #4D4D4D. Windows color (decimal): -14325716 or 2910245. OLE color: 2910245.

HSL color Cylindrical-coordinate representation of color #25682C: hue angle of 126.27º 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 #25682C is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 104 44 -
CMYK 0.64 0 0.58 0.59
HSL 126.27º 0.48% 0.28% -
HSV(B) 126.27º 0.64% 0.41% -
XYZ 6.17 10.48 4.08 -
YUV 77.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 37 104 44 0.64 0 0.58 0.59 126.27 0.48 0.28
Hex 25 68 2C 40 0 3A 3B 7E 30 1C
Octal 45 150 54 100 0 72 73 176 60 34
Binary 100101 1101000 101100 1000000 0 111010 111011 1111110 110000 11100

Color Harmonies of #25682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25682C

Black with #25682C

Text Example


Text Example

White with #25682C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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