Html Css Color HEX #234742 Gable Green

📋 copy color: '#234742'

red 35 ◦ green 71 ◦ blue 66

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

Shades of Gable Green #234742

Tints of Gable Green #234742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 20.35%
G = 41.28%
B = 38.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#234742 (or 0x234742) is known color: Gable Green. HEX triplet: 23, 47 and 42. RGB value is (35,71,66). Sum of RGB (Red+Green+Blue) = 35+71+66=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #234742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234742 is #DCB8BD. Grayscale: #3B3B3B. Windows color (decimal): -14465214 or 4343587. OLE color: 4343587.

HSL color Cylindrical-coordinate representation of color #234742: hue angle of 171.67º degrees, saturation: 0.34, 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 #234742 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 71 66 -
CMYK 0.51 0 0.07 0.72
HSL 171.67º 0.34% 0.21% -
HSV(B) 171.67º 0.51% 0.28% -
XYZ 3.93 5.26 5.96 -
YUV 59.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 35 71 66 0.51 0 0.07 0.72 171.67 0.34 0.21
Hex 23 47 42 33 0 7 48 AC 22 15
Octal 43 107 102 63 0 7 110 254 42 25
Binary 100011 1000111 1000010 110011 0 111 1001000 10101100 100010 10101

Color Harmonies of #234742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234742

Black with #234742

Text Example


Text Example

White with #234742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234742; }

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

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

background-color css

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

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

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

border-color css

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

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

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