Html Css Color HEX #223F28 Gordons Green

📋 copy color: '#223F28'

red 34 ◦ green 63 ◦ blue 40

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

Shades of Gordons Green #223F28

Tints of Gordons Green #223F28

RGB

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

 GREEN value IS 63 (25% from 255) = 45.99%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 24.82%
G = 45.99%
B = 29.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#223F28 (or 0x223F28) is known color: Gordons Green. HEX triplet: 22, 3F and 28. RGB value is (34,63,40). Sum of RGB (Red+Green+Blue) = 34+63+40=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #223F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F28 is #DDC0D7. Grayscale: #333333. Windows color (decimal): -14532824 or 2637602. OLE color: 2637602.

HSL color Cylindrical-coordinate representation of color #223F28: hue angle of 132.41º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #223F28 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 63 40 -
CMYK 0.46 0 0.37 0.75
HSL 132.41º 0.3% 0.19% -
HSV(B) 132.41º 0.46% 0.25% -
XYZ 2.82 4.05 2.64 -
YUV 51.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 34 63 40 0.46 0 0.37 0.75 132.41 0.3 0.19
Hex 22 3F 28 2E 0 25 4B 84 1E 13
Octal 42 77 50 56 0 45 113 204 36 23
Binary 100010 111111 101000 101110 0 100101 1001011 10000100 11110 10011

Color Harmonies of #223F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223F28

Black with #223F28

Text Example


Text Example

White with #223F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,63,40); }

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

background-color css

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

 a { background-color: rgb(34,63,40); }

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

border-color css

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

 span { border-color: rgb(34,63,40); }

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