Html Css Color HEX #234B42 Gable Green

📋 copy color: '#234B42'

red 35 ◦ green 75 ◦ blue 66

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

Shades of Gable Green #234B42

Tints of Gable Green #234B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.61%

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

R = 19.89%
G = 42.61%
B = 37.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#234B42 (or 0x234B42) is known color: Gable Green. HEX triplet: 23, 4B and 42. RGB value is (35,75,66). Sum of RGB (Red+Green+Blue) = 35+75+66=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #234B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B42 is #DCB4BD. Grayscale: #3E3E3E. Windows color (decimal): -14464190 or 4344611. OLE color: 4344611.

HSL color Cylindrical-coordinate representation of color #234B42: hue angle of 166.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B42 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 75 66 -
CMYK 0.53 0 0.12 0.71
HSL 166.5º 0.36% 0.22% -
HSV(B) 166.5º 0.53% 0.29% -
XYZ 4.19 5.78 6.05 -
YUV 62.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 35 75 66 0.53 0 0.12 0.71 166.5 0.36 0.22
Hex 23 4B 42 35 0 C 47 A6 24 16
Octal 43 113 102 65 0 14 107 246 44 26
Binary 100011 1001011 1000010 110101 0 1100 1000111 10100110 100100 10110

Color Harmonies of #234B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B42

Black with #234B42

Text Example


Text Example

White with #234B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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