Html Css Color HEX #232823 Gordons Green

📋 copy color: '#232823'

red 35 ◦ green 40 ◦ blue 35

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

Shades of Gordons Green #232823

Tints of Gordons Green #232823

RGB

 RED value IS 35 (14.06% from 255) = 31.82%

 GREEN value IS 40 (16.02% from 255) = 36.36%

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

R = 31.82%
G = 36.36%
B = 31.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#232823 (or 0x232823) is known color: Gordons Green. HEX triplet: 23, 28 and 23. RGB value is (35,40,35). Sum of RGB (Red+Green+Blue) = 35+40+35=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 40 - color contains mainly: green. Hex color #232823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232823 is #DCD7DC. Grayscale: #252525. Windows color (decimal): -14473181 or 2304035. OLE color: 2304035.

HSL color Cylindrical-coordinate representation of color #232823: hue angle of 120º degrees, saturation: 0.07, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #232823 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 40 35 -
CMYK 0.12 0 0.12 0.84
HSL 120º 0.07% 0.15% -
HSV(B) 120º 0.13% 0.16% -
XYZ 1.76 2 1.88 -
YUV 37.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 35 40 35 0.12 0 0.12 0.84 120 0.07 0.15
Hex 23 28 23 C 0 C 54 78 7 F
Octal 43 50 43 14 0 14 124 170 7 17
Binary 100011 101000 100011 1100 0 1100 1010100 1111000 111 1111

Color Harmonies of #232823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232823

Black with #232823

Text Example


Text Example

White with #232823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232823; }

 p { color: rgb(35,40,35); }

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

background-color css

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

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

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

border-color css

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

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

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