Html Css Color HEX #234529 Gordons Green

📋 copy color: '#234529'

red 35 ◦ green 69 ◦ blue 41

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

Shades of Gordons Green #234529

Tints of Gordons Green #234529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.59%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 24.14%
G = 47.59%
B = 28.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#234529 (or 0x234529) is known color: Gordons Green. HEX triplet: 23, 45 and 29. RGB value is (35,69,41). Sum of RGB (Red+Green+Blue) = 35+69+41=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #234529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234529 is #DCBAD6. Grayscale: #373737. Windows color (decimal): -14465751 or 2704675. OLE color: 2704675.

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

Color convert

RGB 35 69 41 -
CMYK 0.49 0 0.41 0.73
HSL 130.59º 0.33% 0.2% -
HSV(B) 130.59º 0.49% 0.27% -
XYZ 3.22 4.77 2.85 -
YUV 55.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 35 69 41 0.49 0 0.41 0.73 130.59 0.33 0.2
Hex 23 45 29 31 0 29 49 83 21 14
Octal 43 105 51 61 0 51 111 203 41 24
Binary 100011 1000101 101001 110001 0 101001 1001001 10000011 100001 10100

Color Harmonies of #234529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234529

Black with #234529

Text Example


Text Example

White with #234529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234529; }

 p { color: rgb(35,69,41); }

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

background-color css

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

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

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

border-color css

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

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

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