Html Css Color HEX #254B42 Gable Green

📋 copy color: '#254B42'

red 37 ◦ green 75 ◦ blue 66

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

Shades of Gable Green #254B42

Tints of Gable Green #254B42

RGB

 RED value IS 37 (14.84% from 255) = 20.79%

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

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

R = 20.79%
G = 42.13%
B = 37.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#254B42 (or 0x254B42) is known color: Gable Green. HEX triplet: 25, 4B and 42. RGB value is (37,75,66). Sum of RGB (Red+Green+Blue) = 37+75+66=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #254B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B42 is #DAB4BD. Grayscale: #3E3E3E. Windows color (decimal): -14333118 or 4344613. OLE color: 4344613.

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

Color convert

RGB 37 75 66 -
CMYK 0.51 0 0.12 0.71
HSL 165.79º 0.34% 0.22% -
HSV(B) 165.79º 0.51% 0.29% -
XYZ 4.26 5.82 6.05 -
YUV 62.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 37 75 66 0.51 0 0.12 0.71 165.79 0.34 0.22
Hex 25 4B 42 33 0 C 47 A6 22 16
Octal 45 113 102 63 0 14 107 246 42 26
Binary 100101 1001011 1000010 110011 0 1100 1000111 10100110 100010 10110

Color Harmonies of #254B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B42

Black with #254B42

Text Example


Text Example

White with #254B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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