Html Css Color HEX #223C27 Gordons Green

📋 copy color: '#223C27'

red 34 ◦ green 60 ◦ blue 39

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

Shades of Gordons Green #223C27

Tints of Gordons Green #223C27

RGB

 RED value IS 34 (13.67% from 255) = 25.56%

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

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

R = 25.56%
G = 45.11%
B = 29.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.76

RGB Variations

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

Color information

#223C27 (or 0x223C27) is known color: Gordons Green. HEX triplet: 22, 3C and 27. RGB value is (34,60,39). Sum of RGB (Red+Green+Blue) = 34+60+39=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #223C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C27 is #DDC3D8. Grayscale: #313131. Windows color (decimal): -14533593 or 2571298. OLE color: 2571298.

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

Color convert

RGB 34 60 39 -
CMYK 0.43 0 0.35 0.76
HSL 131.54º 0.28% 0.18% -
HSV(B) 131.54º 0.43% 0.24% -
XYZ 2.64 3.72 2.5 -
YUV 49.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 34 60 39 0.43 0 0.35 0.76 131.54 0.28 0.18
Hex 22 3C 27 2B 0 23 4C 84 1C 12
Octal 42 74 47 53 0 43 114 204 34 22
Binary 100010 111100 100111 101011 0 100011 1001100 10000100 11100 10010

Color Harmonies of #223C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C27

Black with #223C27

Text Example


Text Example

White with #223C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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