Html Css Color HEX #265E23 San Felix

📋 copy color: '#265E23'

red 38 ◦ green 94 ◦ blue 35

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

Shades of San Felix #265E23

Tints of San Felix #265E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 56.29%

 BLUE value IS 35 (14.06% from 255) = 20.96%

R = 22.75%
G = 56.29%
B = 20.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#265E23 (or 0x265E23) is known color: San Felix. HEX triplet: 26, 5E and 23. RGB value is (38,94,35). Sum of RGB (Red+Green+Blue) = 38+94+35=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 94 (37.11% from 255 or 56.29% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 94 - color contains mainly: green. Hex color #265E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E23 is #D9A1DC. Grayscale: #464646. Windows color (decimal): -14262749 or 2317862. OLE color: 2317862.

HSL color Cylindrical-coordinate representation of color #265E23: hue angle of 116.95º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265E23 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 94 35 -
CMYK 0.60 0 0.63 0.63
HSL 116.95º 0.46% 0.25% -
HSV(B) 116.95º 0.63% 0.37% -
XYZ 5.11 8.54 2.97 -
YUV 70.53 107.95 104.8 -
System Red Green Blue C M Y K H S L
Decimal 38 94 35 0.60 0 0.63 0.63 116.95 0.46 0.25
Hex 26 5E 23 3C 0 3F 3F 75 2E 19
Octal 46 136 43 74 0 77 77 165 56 31
Binary 100110 1011110 100011 111100 0 111111 111111 1110101 101110 11001

Color Harmonies of #265E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E23

Black with #265E23

Text Example


Text Example

White with #265E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265E23; }

 p { color: rgb(38,94,35); }

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

background-color css

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

 a { background-color: rgb(38,94,35); }

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

border-color css

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

 span { border-color: rgb(38,94,35); }

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