Html Css Color HEX #266725 San Felix

📋 copy color: '#266725'

red 38 ◦ green 103 ◦ blue 37

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

Shades of San Felix #266725

Tints of San Felix #266725

RGB

 RED value IS 38 (15.23% from 255) = 21.35%

 GREEN value IS 103 (40.63% from 255) = 57.87%

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 21.35%
G = 57.87%
B = 20.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#266725 (or 0x266725) is known color: San Felix. HEX triplet: 26, 67 and 25. RGB value is (38,103,37). Sum of RGB (Red+Green+Blue) = 38+103+37=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #266725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266725 is #D998DA. Grayscale: #4C4C4C. Windows color (decimal): -14260443 or 2451238. OLE color: 2451238.

HSL color Cylindrical-coordinate representation of color #266725: hue angle of 119.09º 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 #266725 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 103 37 -
CMYK 0.63 0 0.64 0.60
HSL 119.09º 0.47% 0.27% -
HSV(B) 119.09º 0.64% 0.4% -
XYZ 5.98 10.25 3.41 -
YUV 76.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 38 103 37 0.63 0 0.64 0.60 119.09 0.47 0.27
Hex 26 67 25 3F 0 40 3C 77 2F 1B
Octal 46 147 45 77 0 100 74 167 57 33
Binary 100110 1100111 100101 111111 0 1000000 111100 1110111 101111 11011

Color Harmonies of #266725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266725

Black with #266725

Text Example


Text Example

White with #266725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266725; }

 p { color: rgb(38,103,37); }

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

background-color css

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

 a { background-color: rgb(38,103,37); }

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

border-color css

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

 span { border-color: rgb(38,103,37); }

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