Html Css Color HEX #234029 Gordons Green

📋 copy color: '#234029'

red 35 ◦ green 64 ◦ blue 41

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

Shades of Gordons Green #234029

Tints of Gordons Green #234029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

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

R = 25%
G = 45.71%
B = 29.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#234029 (or 0x234029) is known color: Gordons Green. HEX triplet: 23, 40 and 29. RGB value is (35,64,41). Sum of RGB (Red+Green+Blue) = 35+64+41=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #234029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234029 is #DCBFD6. Grayscale: #343434. Windows color (decimal): -14467031 or 2703395. OLE color: 2703395.

HSL color Cylindrical-coordinate representation of color #234029: hue angle of 132.41º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #234029 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 64 41 -
CMYK 0.45 0 0.36 0.75
HSL 132.41º 0.29% 0.19% -
HSV(B) 132.41º 0.45% 0.25% -
XYZ 2.93 4.18 2.75 -
YUV 52.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 35 64 41 0.45 0 0.36 0.75 132.41 0.29 0.19
Hex 23 40 29 2D 0 24 4B 84 1D 13
Octal 43 100 51 55 0 44 113 204 35 23
Binary 100011 1000000 101001 101101 0 100100 1001011 10000100 11101 10011

Color Harmonies of #234029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234029

Black with #234029

Text Example


Text Example

White with #234029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234029; }

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

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

background-color css

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

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

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

border-color css

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

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

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