Html Css Color HEX #234B43 Gable Green

📋 copy color: '#234B43'

red 35 ◦ green 75 ◦ blue 67

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

Shades of Gable Green #234B43

Tints of Gable Green #234B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.85%

R = 19.77%
G = 42.37%
B = 37.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#234B43 (or 0x234B43) is known color: Gable Green. HEX triplet: 23, 4B and 43. RGB value is (35,75,67). Sum of RGB (Red+Green+Blue) = 35+75+67=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #234B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B43 is #DCB4BC. Grayscale: #3E3E3E. Windows color (decimal): -14464189 or 4410147. OLE color: 4410147.

HSL color Cylindrical-coordinate representation of color #234B43: hue angle of 168º 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 #234B43 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 75 67 -
CMYK 0.53 0 0.11 0.71
HSL 168º 0.36% 0.22% -
HSV(B) 168º 0.53% 0.29% -
XYZ 4.22 5.79 6.21 -
YUV 62.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 35 75 67 0.53 0 0.11 0.71 168 0.36 0.22
Hex 23 4B 43 35 0 B 47 A8 24 16
Octal 43 113 103 65 0 13 107 250 44 26
Binary 100011 1001011 1000011 110101 0 1011 1000111 10101000 100100 10110

Color Harmonies of #234B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B43

Black with #234B43

Text Example


Text Example

White with #234B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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