Html Css Color HEX #233023 Gordons Green

📋 copy color: '#233023'

red 35 ◦ green 48 ◦ blue 35

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

Shades of Gordons Green #233023

Tints of Gordons Green #233023

RGB

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

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

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

R = 29.66%
G = 40.68%
B = 29.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#233023 (or 0x233023) is known color: Gordons Green. HEX triplet: 23, 30 and 23. RGB value is (35,48,35). Sum of RGB (Red+Green+Blue) = 35+48+35=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #233023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233023 is #DCCFDC. Grayscale: #2A2A2A. Windows color (decimal): -14471133 or 2306083. OLE color: 2306083.

HSL color Cylindrical-coordinate representation of color #233023: hue angle of 120º 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 #233023 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 48 35 -
CMYK 0.27 0 0.27 0.81
HSL 120º 0.16% 0.16% -
HSV(B) 120º 0.27% 0.19% -
XYZ 2.05 2.59 1.98 -
YUV 42.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 35 48 35 0.27 0 0.27 0.81 120 0.16 0.16
Hex 23 30 23 1B 0 1B 51 78 10 10
Octal 43 60 43 33 0 33 121 170 20 20
Binary 100011 110000 100011 11011 0 11011 1010001 1111000 10000 10000

Color Harmonies of #233023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233023

Black with #233023

Text Example


Text Example

White with #233023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233023; }

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

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

background-color css

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

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

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

border-color css

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

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

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