Html Css Color HEX #214527 Gordons Green

📋 copy color: '#214527'

red 33 ◦ green 69 ◦ blue 39

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

Shades of Gordons Green #214527

Tints of Gordons Green #214527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.94%

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

R = 23.4%
G = 48.94%
B = 27.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#214527 (or 0x214527) is known color: Gordons Green. HEX triplet: 21, 45 and 27. RGB value is (33,69,39). Sum of RGB (Red+Green+Blue) = 33+69+39=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #214527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214527 is #DEBAD8. Grayscale: #363636. Windows color (decimal): -14596825 or 2573601. OLE color: 2573601.

HSL color Cylindrical-coordinate representation of color #214527: hue angle of 130º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214527 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 69 39 -
CMYK 0.52 0 0.43 0.73
HSL 130º 0.35% 0.2% -
HSV(B) 130º 0.52% 0.27% -
XYZ 3.12 4.73 2.67 -
YUV 54.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 33 69 39 0.52 0 0.43 0.73 130 0.35 0.2
Hex 21 45 27 34 0 2B 49 82 23 14
Octal 41 105 47 64 0 53 111 202 43 24
Binary 100001 1000101 100111 110100 0 101011 1001001 10000010 100011 10100

Color Harmonies of #214527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214527

Black with #214527

Text Example


Text Example

White with #214527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214527; }

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

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

background-color css

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

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

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

border-color css

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

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

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