Html Css Color HEX #1B6621 San Felix

📋 copy color: '#1B6621'

red 27 ◦ green 102 ◦ blue 33

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

Shades of San Felix #1B6621

Tints of San Felix #1B6621

RGB

 RED value IS 27 (10.94% from 255) = 16.67%

 GREEN value IS 102 (40.23% from 255) = 62.96%

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 16.67%
G = 62.96%
B = 20.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#1B6621 (or 0x1B6621) is known color: San Felix. HEX triplet: 1B, 66 and 21. RGB value is (27,102,33). Sum of RGB (Red+Green+Blue) = 27+102+33=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #1B6621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6621 is #E499DE. Grayscale: #474747. Windows color (decimal): -14981599 or 2188827. OLE color: 2188827.

HSL color Cylindrical-coordinate representation of color #1B6621: hue angle of 124.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6621 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 27 102 33 -
CMYK 0.74 0 0.68 0.6
HSL 124.8º 0.58% 0.25% -
HSV(B) 124.8º 0.74% 0.4% -
XYZ 5.48 9.85 3.05 -
YUV 71.71 106.15 96.11 -
System Red Green Blue C M Y K H S L
Decimal 27 102 33 0.74 0 0.68 0.6 124.8 0.58 0.25
Hex 1B 66 21 4A 0 44 3C 7D 3A 19
Octal 33 146 41 112 0 104 74 175 72 31
Binary 11011 1100110 100001 1001010 0 1000100 111100 1111101 111010 11001

Color Harmonies of #1B6621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6621

Black with #1B6621

Text Example


Text Example

White with #1B6621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B6621; }

 p { color: rgb(27,102,33); }

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

background-color css

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

 a { background-color: rgb(27,102,33); }

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

border-color css

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

 span { border-color: rgb(27,102,33); }

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