Html Css Color HEX #234127 Gordons Green

📋 copy color: '#234127'

red 35 ◦ green 65 ◦ blue 39

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

Shades of Gordons Green #234127

Tints of Gordons Green #234127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.06%

R = 25.18%
G = 46.76%
B = 28.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#234127 (or 0x234127) is known color: Gordons Green. HEX triplet: 23, 41 and 27. RGB value is (35,65,39). Sum of RGB (Red+Green+Blue) = 35+65+39=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #234127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234127 is #DCBED8. Grayscale: #353535. Windows color (decimal): -14466777 or 2572579. OLE color: 2572579.

HSL color Cylindrical-coordinate representation of color #234127: hue angle of 128º 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 #234127 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 65 39 -
CMYK 0.46 0 0.40 0.75
HSL 128º 0.3% 0.2% -
HSV(B) 128º 0.46% 0.25% -
XYZ 2.95 4.28 2.59 -
YUV 53.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 35 65 39 0.46 0 0.40 0.75 128 0.3 0.2
Hex 23 41 27 2E 0 28 4B 80 1E 14
Octal 43 101 47 56 0 50 113 200 36 24
Binary 100011 1000001 100111 101110 0 101000 1001011 10000000 11110 10100

Color Harmonies of #234127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234127

Black with #234127

Text Example


Text Example

White with #234127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234127; }

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

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

background-color css

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

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

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

border-color css

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

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

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