Html Css Color HEX #25692F San Felix

📋 copy color: '#25692F'

red 37 ◦ green 105 ◦ blue 47

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

Shades of San Felix #25692F

Tints of San Felix #25692F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.56%

 BLUE value IS 47 (18.75% from 255) = 24.87%

R = 19.58%
G = 55.56%
B = 24.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#25692F (or 0x25692F) is known color: San Felix. HEX triplet: 25, 69 and 2F. RGB value is (37,105,47). Sum of RGB (Red+Green+Blue) = 37+105+47=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #25692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25692F is #DA96D0. Grayscale: #4E4E4E. Windows color (decimal): -14325457 or 3107109. OLE color: 3107109.

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

Color convert

RGB 37 105 47 -
CMYK 0.65 0 0.55 0.59
HSL 128.82º 0.48% 0.28% -
HSV(B) 128.82º 0.65% 0.41% -
XYZ 6.33 10.7 4.42 -
YUV 78.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 37 105 47 0.65 0 0.55 0.59 128.82 0.48 0.28
Hex 25 69 2F 41 0 37 3B 81 30 1C
Octal 45 151 57 101 0 67 73 201 60 34
Binary 100101 1101001 101111 1000001 0 110111 111011 10000001 110000 11100

Color Harmonies of #25692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25692F

Black with #25692F

Text Example


Text Example

White with #25692F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25692F; }

 p { color: rgb(37,105,47); }

 H1.HeaderClassName
 {
   color: #25692F;
 }
 .AnyTagClassName
 {
   color: #25692F;
 }
</style>

background-color css

<style>
 a { background-color: #25692F; }

 a { background-color: rgb(37,105,47); }

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

border-color css

<style>
 span { border-color: #25692F; }

 span { border-color: rgb(37,105,47); }

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