Html Css Color HEX #223023 Gordons Green

📋 copy color: '#223023'

red 34 ◦ green 48 ◦ blue 35

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

Shades of Gordons Green #223023

Tints of Gordons Green #223023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

 BLUE value IS 35 (14.06% from 255) = 29.91%

R = 29.06%
G = 41.03%
B = 29.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#223023 (or 0x223023) is known color: Gordons Green. HEX triplet: 22, 30 and 23. RGB value is (34,48,35). Sum of RGB (Red+Green+Blue) = 34+48+35=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #223023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223023 is #DDCFDC. Grayscale: #2A2A2A. Windows color (decimal): -14536669 or 2306082. OLE color: 2306082.

HSL color Cylindrical-coordinate representation of color #223023: hue angle of 124.29º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #223023 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 48 35 -
CMYK 0.29 0 0.27 0.81
HSL 124.29º 0.17% 0.16% -
HSV(B) 124.29º 0.29% 0.19% -
XYZ 2.02 2.58 1.98 -
YUV 42.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 34 48 35 0.29 0 0.27 0.81 124.29 0.17 0.16
Hex 22 30 23 1D 0 1B 51 7C 11 10
Octal 42 60 43 35 0 33 121 174 21 20
Binary 100010 110000 100011 11101 0 11011 1010001 1111100 10001 10000

Color Harmonies of #223023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223023

Black with #223023

Text Example


Text Example

White with #223023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223023; }

 p { color: rgb(34,48,35); }

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

background-color css

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

 a { background-color: rgb(34,48,35); }

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

border-color css

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

 span { border-color: rgb(34,48,35); }

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