Html Css Color HEX #234429 Gordons Green

📋 copy color: '#234429'

red 35 ◦ green 68 ◦ blue 41

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

Shades of Gordons Green #234429

Tints of Gordons Green #234429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.22%

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

R = 24.31%
G = 47.22%
B = 28.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#234429 (or 0x234429) is known color: Gordons Green. HEX triplet: 23, 44 and 29. RGB value is (35,68,41). Sum of RGB (Red+Green+Blue) = 35+68+41=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #234429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234429 is #DCBBD6. Grayscale: #373737. Windows color (decimal): -14466007 or 2704419. OLE color: 2704419.

HSL color Cylindrical-coordinate representation of color #234429: hue angle of 130.91º degrees, saturation: 0.32, 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 #234429 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 68 41 -
CMYK 0.49 0 0.40 0.73
HSL 130.91º 0.32% 0.2% -
HSV(B) 130.91º 0.49% 0.27% -
XYZ 3.16 4.65 2.83 -
YUV 55.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 35 68 41 0.49 0 0.40 0.73 130.91 0.32 0.2
Hex 23 44 29 31 0 28 49 83 20 14
Octal 43 104 51 61 0 50 111 203 40 24
Binary 100011 1000100 101001 110001 0 101000 1001001 10000011 100000 10100

Color Harmonies of #234429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234429

Black with #234429

Text Example


Text Example

White with #234429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234429; }

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

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

background-color css

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

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

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

border-color css

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

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

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