Html Css Color HEX #213C27 Gordons Green

📋 copy color: '#213C27'

red 33 ◦ green 60 ◦ blue 39

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

Shades of Gordons Green #213C27

Tints of Gordons Green #213C27

RGB

 RED value IS 33 (13.28% from 255) = 25%

 GREEN value IS 60 (23.83% from 255) = 45.45%

 BLUE value IS 39 (15.63% from 255) = 29.55%

R = 25%
G = 45.45%
B = 29.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.76

RGB Variations

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

Color information

#213C27 (or 0x213C27) is known color: Gordons Green. HEX triplet: 21, 3C and 27. RGB value is (33,60,39). Sum of RGB (Red+Green+Blue) = 33+60+39=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #213C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C27 is #DEC3D8. Grayscale: #313131. Windows color (decimal): -14599129 or 2571297. OLE color: 2571297.

HSL color Cylindrical-coordinate representation of color #213C27: hue angle of 133.33º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C27 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 60 39 -
CMYK 0.45 0 0.35 0.76
HSL 133.33º 0.29% 0.18% -
HSV(B) 133.33º 0.45% 0.24% -
XYZ 2.61 3.7 2.5 -
YUV 49.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 33 60 39 0.45 0 0.35 0.76 133.33 0.29 0.18
Hex 21 3C 27 2D 0 23 4C 85 1D 12
Octal 41 74 47 55 0 43 114 205 35 22
Binary 100001 111100 100111 101101 0 100011 1001100 10000101 11101 10010

Color Harmonies of #213C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C27

Black with #213C27

Text Example


Text Example

White with #213C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213C27; }

 p { color: rgb(33,60,39); }

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

background-color css

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

 a { background-color: rgb(33,60,39); }

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

border-color css

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

 span { border-color: rgb(33,60,39); }

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