Html Css Color HEX #267630 San Felix

📋 copy color: '#267630'

red 38 ◦ green 118 ◦ blue 48

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

Shades of San Felix #267630

Tints of San Felix #267630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57.84%

 BLUE value IS 48 (19.14% from 255) = 23.53%

R = 18.63%
G = 57.84%
B = 23.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#267630 (or 0x267630) is known color: San Felix. HEX triplet: 26, 76 and 30. RGB value is (38,118,48). Sum of RGB (Red+Green+Blue) = 38+118+48=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #267630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267630 is #D989CF. Grayscale: #565656. Windows color (decimal): -14256592 or 3175974. OLE color: 3175974.

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

Color convert

RGB 38 118 48 -
CMYK 0.68 0 0.59 0.54
HSL 127.5º 0.51% 0.31% -
HSV(B) 127.5º 0.68% 0.46% -
XYZ 7.81 13.58 5.01 -
YUV 86.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 38 118 48 0.68 0 0.59 0.54 127.5 0.51 0.31
Hex 26 76 30 44 0 3B 36 80 33 1F
Octal 46 166 60 104 0 73 66 200 63 37
Binary 100110 1110110 110000 1000100 0 111011 110110 10000000 110011 11111

Color Harmonies of #267630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267630

Black with #267630

Text Example


Text Example

White with #267630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267630; }

 p { color: rgb(38,118,48); }

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

background-color css

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

 a { background-color: rgb(38,118,48); }

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

border-color css

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

 span { border-color: rgb(38,118,48); }

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