Html Css Color HEX #234842 Gable Green

📋 copy color: '#234842'

red 35 ◦ green 72 ◦ blue 66

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

Shades of Gable Green #234842

Tints of Gable Green #234842

RGB

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

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

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

R = 20.23%
G = 41.62%
B = 38.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#234842 (or 0x234842) is known color: Gable Green. HEX triplet: 23, 48 and 42. RGB value is (35,72,66). Sum of RGB (Red+Green+Blue) = 35+72+66=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #234842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234842 is #DCB7BD. Grayscale: #3C3C3C. Windows color (decimal): -14464958 or 4343843. OLE color: 4343843.

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

Color convert

RGB 35 72 66 -
CMYK 0.51 0 0.08 0.72
HSL 170.27º 0.35% 0.21% -
HSV(B) 170.27º 0.51% 0.28% -
XYZ 3.99 5.39 5.98 -
YUV 60.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 35 72 66 0.51 0 0.08 0.72 170.27 0.35 0.21
Hex 23 48 42 33 0 8 48 AA 23 15
Octal 43 110 102 63 0 10 110 252 43 25
Binary 100011 1001000 1000010 110011 0 1000 1001000 10101010 100011 10101

Color Harmonies of #234842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234842

Black with #234842

Text Example


Text Example

White with #234842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234842; }

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

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

background-color css

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

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

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

border-color css

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

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

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