Html Css Color HEX #25662A San Felix

📋 copy color: '#25662A'

red 37 ◦ green 102 ◦ blue 42

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

Shades of San Felix #25662A

Tints of San Felix #25662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.35%

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

R = 20.44%
G = 56.35%
B = 23.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#25662A (or 0x25662A) is known color: San Felix. HEX triplet: 25, 66 and 2A. RGB value is (37,102,42). Sum of RGB (Red+Green+Blue) = 37+102+42=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #25662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25662A is #DA99D5. Grayscale: #4B4B4B. Windows color (decimal): -14326230 or 2778661. OLE color: 2778661.

HSL color Cylindrical-coordinate representation of color #25662A: hue angle of 124.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25662A is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 102 42 -
CMYK 0.64 0 0.59 0.6
HSL 124.62º 0.47% 0.27% -
HSV(B) 124.62º 0.64% 0.4% -
XYZ 5.93 10.06 3.82 -
YUV 75.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 37 102 42 0.64 0 0.59 0.6 124.62 0.47 0.27
Hex 25 66 2A 40 0 3B 3C 7D 2F 1B
Octal 45 146 52 100 0 73 74 175 57 33
Binary 100101 1100110 101010 1000000 0 111011 111100 1111101 101111 11011

Color Harmonies of #25662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25662A

Black with #25662A

Text Example


Text Example

White with #25662A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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