Html Css Color HEX #223A25 Gordons Green

📋 copy color: '#223A25'

red 34 ◦ green 58 ◦ blue 37

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

Shades of Gordons Green #223A25

Tints of Gordons Green #223A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.96%

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

R = 26.36%
G = 44.96%
B = 28.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#223A25 (or 0x223A25) is known color: Gordons Green. HEX triplet: 22, 3A and 25. RGB value is (34,58,37). Sum of RGB (Red+Green+Blue) = 34+58+37=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #223A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A25 is #DDC5DA. Grayscale: #303030. Windows color (decimal): -14534107 or 2439714. OLE color: 2439714.

HSL color Cylindrical-coordinate representation of color #223A25: hue angle of 127.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #223A25 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB 34 58 37 -
CMYK 0.41 0 0.36 0.77
HSL 127.5º 0.26% 0.18% -
HSV(B) 127.5º 0.41% 0.23% -
XYZ 2.51 3.5 2.29 -
YUV 48.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 34 58 37 0.41 0 0.36 0.77 127.5 0.26 0.18
Hex 22 3A 25 29 0 24 4D 80 1A 12
Octal 42 72 45 51 0 44 115 200 32 22
Binary 100010 111010 100101 101001 0 100100 1001101 10000000 11010 10010

Color Harmonies of #223A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A25

Black with #223A25

Text Example


Text Example

White with #223A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,58,37); }

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

background-color css

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

 a { background-color: rgb(34,58,37); }

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

border-color css

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

 span { border-color: rgb(34,58,37); }

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