Html Css Color HEX #25682D San Felix

📋 copy color: '#25682D'

red 37 ◦ green 104 ◦ blue 45

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

Shades of San Felix #25682D

Tints of San Felix #25682D

RGB

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

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

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

R = 19.89%
G = 55.91%
B = 24.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#25682D (or 0x25682D) is known color: San Felix. HEX triplet: 25, 68 and 2D. RGB value is (37,104,45). Sum of RGB (Red+Green+Blue) = 37+104+45=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #25682D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25682D is #DA97D2. Grayscale: #4D4D4D. Windows color (decimal): -14325715 or 2975781. OLE color: 2975781.

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

Color convert

RGB 37 104 45 -
CMYK 0.64 0 0.57 0.59
HSL 127.16º 0.48% 0.28% -
HSV(B) 127.16º 0.64% 0.41% -
XYZ 6.19 10.48 4.18 -
YUV 77.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 37 104 45 0.64 0 0.57 0.59 127.16 0.48 0.28
Hex 25 68 2D 40 0 39 3B 7F 30 1C
Octal 45 150 55 100 0 71 73 177 60 34
Binary 100101 1101000 101101 1000000 0 111001 111011 1111111 110000 11100

Color Harmonies of #25682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25682D

Black with #25682D

Text Example


Text Example

White with #25682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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