Html Css Color HEX #232A23 Gordons Green

📋 copy color: '#232A23'

red 35 ◦ green 42 ◦ blue 35

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

Shades of Gordons Green #232A23

Tints of Gordons Green #232A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 37.5%

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

R = 31.25%
G = 37.5%
B = 31.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#232A23 (or 0x232A23) is known color: Gordons Green. HEX triplet: 23, 2A and 23. RGB value is (35,42,35). Sum of RGB (Red+Green+Blue) = 35+42+35=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 42 - color contains mainly: green. Hex color #232A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A23 is #DCD5DC. Grayscale: #272727. Windows color (decimal): -14472669 or 2304547. OLE color: 2304547.

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

Color convert

RGB 35 42 35 -
CMYK 0.17 0 0.17 0.84
HSL 120º 0.09% 0.15% -
HSV(B) 120º 0.17% 0.16% -
XYZ 1.82 2.13 1.91 -
YUV 39.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 35 42 35 0.17 0 0.17 0.84 120 0.09 0.15
Hex 23 2A 23 11 0 11 54 78 9 F
Octal 43 52 43 21 0 21 124 170 11 17
Binary 100011 101010 100011 10001 0 10001 1010100 1111000 1001 1111

Color Harmonies of #232A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232A23

Black with #232A23

Text Example


Text Example

White with #232A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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