Html Css Color HEX #267129 San Felix

📋 copy color: '#267129'

red 38 ◦ green 113 ◦ blue 41

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

Shades of San Felix #267129

Tints of San Felix #267129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.85%

 BLUE value IS 41 (16.41% from 255) = 21.35%

R = 19.79%
G = 58.85%
B = 21.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#267129 (or 0x267129) is known color: San Felix. HEX triplet: 26, 71 and 29. RGB value is (38,113,41). Sum of RGB (Red+Green+Blue) = 38+113+41=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #267129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267129 is #D98ED6. Grayscale: #525252. Windows color (decimal): -14257879 or 2715942. OLE color: 2715942.

HSL color Cylindrical-coordinate representation of color #267129: hue angle of 122.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267129 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 113 41 -
CMYK 0.66 0 0.64 0.56
HSL 122.4º 0.5% 0.3% -
HSV(B) 122.4º 0.66% 0.44% -
XYZ 7.1 12.38 4.11 -
YUV 82.37 104.65 96.35 -
System Red Green Blue C M Y K H S L
Decimal 38 113 41 0.66 0 0.64 0.56 122.4 0.5 0.3
Hex 26 71 29 42 0 40 38 7A 32 1E
Octal 46 161 51 102 0 100 70 172 62 36
Binary 100110 1110001 101001 1000010 0 1000000 111000 1111010 110010 11110

Color Harmonies of #267129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267129

Black with #267129

Text Example


Text Example

White with #267129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267129; }

 p { color: rgb(38,113,41); }

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

background-color css

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

 a { background-color: rgb(38,113,41); }

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

border-color css

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

 span { border-color: rgb(38,113,41); }

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