Html Css Color HEX #267529 San Felix

📋 copy color: '#267529'

red 38 ◦ green 117 ◦ blue 41

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

Shades of San Felix #267529

Tints of San Felix #267529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.69%

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

R = 19.39%
G = 59.69%
B = 20.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#267529 (or 0x267529) is known color: San Felix. HEX triplet: 26, 75 and 29. RGB value is (38,117,41). Sum of RGB (Red+Green+Blue) = 38+117+41=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #267529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267529 is #D98AD6. Grayscale: #545454. Windows color (decimal): -14256855 or 2716966. OLE color: 2716966.

HSL color Cylindrical-coordinate representation of color #267529: hue angle of 122.28º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267529 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 117 41 -
CMYK 0.68 0 0.65 0.54
HSL 122.28º 0.51% 0.3% -
HSV(B) 122.28º 0.68% 0.46% -
XYZ 7.56 13.29 4.27 -
YUV 84.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 38 117 41 0.68 0 0.65 0.54 122.28 0.51 0.3
Hex 26 75 29 44 0 41 36 7A 33 1E
Octal 46 165 51 104 0 101 66 172 63 36
Binary 100110 1110101 101001 1000100 0 1000001 110110 1111010 110011 11110

Color Harmonies of #267529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267529

Black with #267529

Text Example


Text Example

White with #267529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267529; }

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

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

background-color css

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

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

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

border-color css

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

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

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