Html Css Color HEX #233024 Gordons Green

📋 copy color: '#233024'

red 35 ◦ green 48 ◦ blue 36

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

Shades of Gordons Green #233024

Tints of Gordons Green #233024

RGB

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

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

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

R = 29.41%
G = 40.34%
B = 30.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#233024 (or 0x233024) is known color: Gordons Green. HEX triplet: 23, 30 and 24. RGB value is (35,48,36). Sum of RGB (Red+Green+Blue) = 35+48+36=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #233024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233024 is #DCCFDB. Grayscale: #2A2A2A. Windows color (decimal): -14471132 or 2371619. OLE color: 2371619.

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

Color convert

RGB 35 48 36 -
CMYK 0.27 0 0.25 0.81
HSL 124.62º 0.16% 0.16% -
HSV(B) 124.62º 0.27% 0.19% -
XYZ 2.07 2.6 2.06 -
YUV 42.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 35 48 36 0.27 0 0.25 0.81 124.62 0.16 0.16
Hex 23 30 24 1B 0 19 51 7D 10 10
Octal 43 60 44 33 0 31 121 175 20 20
Binary 100011 110000 100100 11011 0 11001 1010001 1111101 10000 10000

Color Harmonies of #233024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233024

Black with #233024

Text Example


Text Example

White with #233024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233024; }

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

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

background-color css

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

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

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

border-color css

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

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

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