Html Css Color HEX #234229 Gordons Green

📋 copy color: '#234229'

red 35 ◦ green 66 ◦ blue 41

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

Shades of Gordons Green #234229

Tints of Gordons Green #234229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

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

R = 24.65%
G = 46.48%
B = 28.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#234229 (or 0x234229) is known color: Gordons Green. HEX triplet: 23, 42 and 29. RGB value is (35,66,41). Sum of RGB (Red+Green+Blue) = 35+66+41=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #234229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234229 is #DCBDD6. Grayscale: #353535. Windows color (decimal): -14466519 or 2703907. OLE color: 2703907.

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

Color convert

RGB 35 66 41 -
CMYK 0.47 0 0.38 0.74
HSL 131.61º 0.31% 0.2% -
HSV(B) 131.61º 0.47% 0.26% -
XYZ 3.04 4.41 2.79 -
YUV 53.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 35 66 41 0.47 0 0.38 0.74 131.61 0.31 0.2
Hex 23 42 29 2F 0 26 4A 84 1F 14
Octal 43 102 51 57 0 46 112 204 37 24
Binary 100011 1000010 101001 101111 0 100110 1001010 10000100 11111 10100

Color Harmonies of #234229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234229

Black with #234229

Text Example


Text Example

White with #234229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234229; }

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

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

background-color css

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

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

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

border-color css

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

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

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