Html Css Color HEX #213925 Gordons Green

📋 copy color: '#213925'

red 33 ◦ green 57 ◦ blue 37

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

Shades of Gordons Green #213925

Tints of Gordons Green #213925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.88%

 BLUE value IS 37 (14.84% from 255) = 29.13%

R = 25.98%
G = 44.88%
B = 29.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#213925 (or 0x213925) is known color: Gordons Green. HEX triplet: 21, 39 and 25. RGB value is (33,57,37). Sum of RGB (Red+Green+Blue) = 33+57+37=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #213925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213925 is #DEC6DA. Grayscale: #2F2F2F. Windows color (decimal): -14599899 or 2439457. OLE color: 2439457.

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

Color convert

RGB 33 57 37 -
CMYK 0.42 0 0.35 0.78
HSL 130º 0.27% 0.18% -
HSV(B) 130º 0.42% 0.22% -
XYZ 2.42 3.38 2.28 -
YUV 47.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 33 57 37 0.42 0 0.35 0.78 130 0.27 0.18
Hex 21 39 25 2A 0 23 4E 82 1B 12
Octal 41 71 45 52 0 43 116 202 33 22
Binary 100001 111001 100101 101010 0 100011 1001110 10000010 11011 10010

Color Harmonies of #213925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213925

Black with #213925

Text Example


Text Example

White with #213925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213925; }

 p { color: rgb(33,57,37); }

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

background-color css

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

 a { background-color: rgb(33,57,37); }

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

border-color css

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

 span { border-color: rgb(33,57,37); }

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