Html Css Color HEX #233426 Gordons Green

📋 copy color: '#233426'

red 35 ◦ green 52 ◦ blue 38

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

Shades of Gordons Green #233426

Tints of Gordons Green #233426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

 BLUE value IS 38 (15.23% from 255) = 30.4%

R = 28%
G = 41.6%
B = 30.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#233426 (or 0x233426) is known color: Gordons Green. HEX triplet: 23, 34 and 26. RGB value is (35,52,38). Sum of RGB (Red+Green+Blue) = 35+52+38=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #233426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233426 is #DCCBD9. Grayscale: #2D2D2D. Windows color (decimal): -14470106 or 2503715. OLE color: 2503715.

HSL color Cylindrical-coordinate representation of color #233426: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #233426 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 52 38 -
CMYK 0.33 0 0.27 0.80
HSL 130.59º 0.2% 0.17% -
HSV(B) 130.59º 0.33% 0.2% -
XYZ 2.27 2.95 2.28 -
YUV 45.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 35 52 38 0.33 0 0.27 0.80 130.59 0.2 0.17
Hex 23 34 26 21 0 1B 50 83 14 11
Octal 43 64 46 41 0 33 120 203 24 21
Binary 100011 110100 100110 100001 0 11011 1010000 10000011 10100 10001

Color Harmonies of #233426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233426

Black with #233426

Text Example


Text Example

White with #233426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233426; }

 p { color: rgb(35,52,38); }

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

background-color css

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

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

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

border-color css

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

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

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