Html Css Color HEX #267224 San Felix

📋 copy color: '#267224'

red 38 ◦ green 114 ◦ blue 36

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

Shades of San Felix #267224

Tints of San Felix #267224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.64%

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 20.21%
G = 60.64%
B = 19.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#267224 (or 0x267224) is known color: San Felix. HEX triplet: 26, 72 and 24. RGB value is (38,114,36). Sum of RGB (Red+Green+Blue) = 38+114+36=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #267224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267224 is #D98DDB. Grayscale: #525252. Windows color (decimal): -14257628 or 2388518. OLE color: 2388518.

HSL color Cylindrical-coordinate representation of color #267224: hue angle of 118.46º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267224 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 114 36 -
CMYK 0.67 0 0.68 0.55
HSL 118.46º 0.52% 0.29% -
HSV(B) 118.46º 0.68% 0.45% -
XYZ 7.14 12.57 3.72 -
YUV 82.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 38 114 36 0.67 0 0.68 0.55 118.46 0.52 0.29
Hex 26 72 24 43 0 44 37 76 34 1D
Octal 46 162 44 103 0 104 67 166 64 35
Binary 100110 1110010 100100 1000011 0 1000100 110111 1110110 110100 11101

Color Harmonies of #267224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267224

Black with #267224

Text Example


Text Example

White with #267224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267224; }

 p { color: rgb(38,114,36); }

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

background-color css

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

 a { background-color: rgb(38,114,36); }

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

border-color css

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

 span { border-color: rgb(38,114,36); }

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