Html Css Color HEX #234840 Gable Green

📋 copy color: '#234840'

red 35 ◦ green 72 ◦ blue 64

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

Shades of Gable Green #234840

Tints of Gable Green #234840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.11%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 20.47%
G = 42.11%
B = 37.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#234840 (or 0x234840) is known color: Gable Green. HEX triplet: 23, 48 and 40. RGB value is (35,72,64). Sum of RGB (Red+Green+Blue) = 35+72+64=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #234840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234840 is #DCB7BF. Grayscale: #3C3C3C. Windows color (decimal): -14464960 or 4212771. OLE color: 4212771.

HSL color Cylindrical-coordinate representation of color #234840: hue angle of 167.03º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #234840 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 72 64 -
CMYK 0.51 0 0.11 0.72
HSL 167.03º 0.35% 0.21% -
HSV(B) 167.03º 0.51% 0.28% -
XYZ 3.94 5.36 5.68 -
YUV 60.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 35 72 64 0.51 0 0.11 0.72 167.03 0.35 0.21
Hex 23 48 40 33 0 B 48 A7 23 15
Octal 43 110 100 63 0 13 110 247 43 25
Binary 100011 1001000 1000000 110011 0 1011 1001000 10100111 100011 10101

Color Harmonies of #234840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234840

Black with #234840

Text Example


Text Example

White with #234840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234840; }

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

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

background-color css

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

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

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

border-color css

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

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

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