Html Css Color HEX #213725 Gordons Green

📋 copy color: '#213725'

red 33 ◦ green 55 ◦ blue 37

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

Shades of Gordons Green #213725

Tints of Gordons Green #213725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

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

R = 26.4%
G = 44%
B = 29.6%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#213725 (or 0x213725) is known color: Gordons Green. HEX triplet: 21, 37 and 25. RGB value is (33,55,37). Sum of RGB (Red+Green+Blue) = 33+55+37=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #213725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213725 is #DEC8DA. Grayscale: #2E2E2E. Windows color (decimal): -14600411 or 2438945. OLE color: 2438945.

HSL color Cylindrical-coordinate representation of color #213725: hue angle of 130.91º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213725 is Cyan = 0.4, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 37 -
CMYK 0.4 0 0.33 0.78
HSL 130.91º 0.25% 0.17% -
HSV(B) 130.91º 0.4% 0.22% -
XYZ 2.33 3.19 2.24 -
YUV 46.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 33 55 37 0.4 0 0.33 0.78 130.91 0.25 0.17
Hex 21 37 25 28 0 21 4E 83 19 11
Octal 41 67 45 50 0 41 116 203 31 21
Binary 100001 110111 100101 101000 0 100001 1001110 10000011 11001 10001

Color Harmonies of #213725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213725

Black with #213725

Text Example


Text Example

White with #213725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213725; }

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

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

background-color css

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

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

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

border-color css

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

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

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