Html Css Color HEX #234C42 Gable Green

📋 copy color: '#234C42'

red 35 ◦ green 76 ◦ blue 66

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

Shades of Gable Green #234C42

Tints of Gable Green #234C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.94%

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

R = 19.77%
G = 42.94%
B = 37.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#234C42 (or 0x234C42) is known color: Gable Green. HEX triplet: 23, 4C and 42. RGB value is (35,76,66). Sum of RGB (Red+Green+Blue) = 35+76+66=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 76 - color contains mainly: green. Hex color #234C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C42 is #DCB3BD. Grayscale: #3E3E3E. Windows color (decimal): -14463934 or 4344867. OLE color: 4344867.

HSL color Cylindrical-coordinate representation of color #234C42: hue angle of 165.37º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C42 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 76 66 -
CMYK 0.54 0 0.13 0.70
HSL 165.37º 0.37% 0.22% -
HSV(B) 165.37º 0.54% 0.3% -
XYZ 4.26 5.92 6.07 -
YUV 62.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 35 76 66 0.54 0 0.13 0.70 165.37 0.37 0.22
Hex 23 4C 42 36 0 D 46 A5 25 16
Octal 43 114 102 66 0 15 106 245 45 26
Binary 100011 1001100 1000010 110110 0 1101 1000110 10100101 100101 10110

Color Harmonies of #234C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234C42

Black with #234C42

Text Example


Text Example

White with #234C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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