Html Css Color HEX #234628 Gordons Green

📋 copy color: '#234628'

red 35 ◦ green 70 ◦ blue 40

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

Shades of Gordons Green #234628

Tints of Gordons Green #234628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.28%

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

R = 24.14%
G = 48.28%
B = 27.59%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#234628 (or 0x234628) is known color: Gordons Green. HEX triplet: 23, 46 and 28. RGB value is (35,70,40). Sum of RGB (Red+Green+Blue) = 35+70+40=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #234628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234628 is #DCB9D7. Grayscale: #383838. Windows color (decimal): -14465496 or 2639395. OLE color: 2639395.

HSL color Cylindrical-coordinate representation of color #234628: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #234628 is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 70 40 -
CMYK 0.5 0 0.43 0.73
HSL 128.57º 0.33% 0.21% -
HSV(B) 128.57º 0.5% 0.27% -
XYZ 3.27 4.89 2.78 -
YUV 56.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 35 70 40 0.5 0 0.43 0.73 128.57 0.33 0.21
Hex 23 46 28 32 0 2B 49 81 21 15
Octal 43 106 50 62 0 53 111 201 41 25
Binary 100011 1000110 101000 110010 0 101011 1001001 10000001 100001 10101

Color Harmonies of #234628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234628

Black with #234628

Text Example


Text Example

White with #234628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234628; }

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

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

background-color css

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

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

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

border-color css

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

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

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