Html Css Color HEX #232C24 Gordons Green

📋 copy color: '#232C24'

red 35 ◦ green 44 ◦ blue 36

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

Shades of Gordons Green #232C24

Tints of Gordons Green #232C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.26%

 BLUE value IS 36 (14.45% from 255) = 31.3%

R = 30.43%
G = 38.26%
B = 31.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.83

RGB Variations

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

Color information

#232C24 (or 0x232C24) is known color: Gordons Green. HEX triplet: 23, 2C and 24. RGB value is (35,44,36). Sum of RGB (Red+Green+Blue) = 35+44+36=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 44 - color contains mainly: green. Hex color #232C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C24 is #DCD3DB. Grayscale: #282828. Windows color (decimal): -14472156 or 2370595. OLE color: 2370595.

HSL color Cylindrical-coordinate representation of color #232C24: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232C24 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 44 36 -
CMYK 0.20 0 0.18 0.83
HSL 126.67º 0.11% 0.15% -
HSV(B) 126.67º 0.2% 0.17% -
XYZ 1.91 2.29 2.01 -
YUV 40.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 35 44 36 0.20 0 0.18 0.83 126.67 0.11 0.15
Hex 23 2C 24 14 0 12 53 7F B F
Octal 43 54 44 24 0 22 123 177 13 17
Binary 100011 101100 100100 10100 0 10010 1010011 1111111 1011 1111

Color Harmonies of #232C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C24

Black with #232C24

Text Example


Text Example

White with #232C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,44,36); }

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

background-color css

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

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

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

border-color css

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

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

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