Html Css Color HEX #234329 Gordons Green

📋 copy color: '#234329'

red 35 ◦ green 67 ◦ blue 41

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

Shades of Gordons Green #234329

Tints of Gordons Green #234329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.85%

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

R = 24.48%
G = 46.85%
B = 28.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#234329 (or 0x234329) is known color: Gordons Green. HEX triplet: 23, 43 and 29. RGB value is (35,67,41). Sum of RGB (Red+Green+Blue) = 35+67+41=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #234329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234329 is #DCBCD6. Grayscale: #363636. Windows color (decimal): -14466263 or 2704163. OLE color: 2704163.

HSL color Cylindrical-coordinate representation of color #234329: hue angle of 131.25º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #234329 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 35 67 41 -
CMYK 0.48 0 0.39 0.74
HSL 131.25º 0.31% 0.2% -
HSV(B) 131.25º 0.48% 0.26% -
XYZ 3.1 4.53 2.81 -
YUV 54.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 35 67 41 0.48 0 0.39 0.74 131.25 0.31 0.2
Hex 23 43 29 30 0 27 4A 83 1F 14
Octal 43 103 51 60 0 47 112 203 37 24
Binary 100011 1000011 101001 110000 0 100111 1001010 10000011 11111 10100

Color Harmonies of #234329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234329

Black with #234329

Text Example


Text Example

White with #234329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234329; }

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

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

background-color css

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

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

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

border-color css

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

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

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