Html Css Color HEX #234129 Gordons Green

📋 copy color: '#234129'

red 35 ◦ green 65 ◦ blue 41

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

Shades of Gordons Green #234129

Tints of Gordons Green #234129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.1%

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

R = 24.82%
G = 46.1%
B = 29.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#234129 (or 0x234129) is known color: Gordons Green. HEX triplet: 23, 41 and 29. RGB value is (35,65,41). Sum of RGB (Red+Green+Blue) = 35+65+41=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #234129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234129 is #DCBED6. Grayscale: #353535. Windows color (decimal): -14466775 or 2703651. OLE color: 2703651.

HSL color Cylindrical-coordinate representation of color #234129: hue angle of 132º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234129 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 65 41 -
CMYK 0.46 0 0.37 0.75
HSL 132º 0.3% 0.2% -
HSV(B) 132º 0.46% 0.25% -
XYZ 2.98 4.3 2.77 -
YUV 53.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 35 65 41 0.46 0 0.37 0.75 132 0.3 0.2
Hex 23 41 29 2E 0 25 4B 84 1E 14
Octal 43 101 51 56 0 45 113 204 36 24
Binary 100011 1000001 101001 101110 0 100101 1001011 10000100 11110 10100

Color Harmonies of #234129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234129

Black with #234129

Text Example


Text Example

White with #234129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234129; }

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

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

background-color css

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

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

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

border-color css

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

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

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