Html Css Color HEX #234028 Gordons Green

📋 copy color: '#234028'

red 35 ◦ green 64 ◦ blue 40

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

Shades of Gordons Green #234028

Tints of Gordons Green #234028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 25.18%
G = 46.04%
B = 28.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#234028 (or 0x234028) is known color: Gordons Green. HEX triplet: 23, 40 and 28. RGB value is (35,64,40). Sum of RGB (Red+Green+Blue) = 35+64+40=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #234028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234028 is #DCBFD7. Grayscale: #343434. Windows color (decimal): -14467032 or 2637859. OLE color: 2637859.

HSL color Cylindrical-coordinate representation of color #234028: hue angle of 130.34º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #234028 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 64 40 -
CMYK 0.45 0 0.38 0.75
HSL 130.34º 0.29% 0.19% -
HSV(B) 130.34º 0.45% 0.25% -
XYZ 2.91 4.18 2.66 -
YUV 52.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 35 64 40 0.45 0 0.38 0.75 130.34 0.29 0.19
Hex 23 40 28 2D 0 26 4B 82 1D 13
Octal 43 100 50 55 0 46 113 202 35 23
Binary 100011 1000000 101000 101101 0 100110 1001011 10000010 11101 10011

Color Harmonies of #234028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234028

Black with #234028

Text Example


Text Example

White with #234028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234028; }

 p { color: rgb(35,64,40); }

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

background-color css

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

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

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

border-color css

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

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

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