Html Css Color HEX #254A42 Gable Green

📋 copy color: '#254A42'

red 37 ◦ green 74 ◦ blue 66

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

Shades of Gable Green #254A42

Tints of Gable Green #254A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.81%

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

R = 20.9%
G = 41.81%
B = 37.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#254A42 (or 0x254A42) is known color: Gable Green. HEX triplet: 25, 4A and 42. RGB value is (37,74,66). Sum of RGB (Red+Green+Blue) = 37+74+66=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #254A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A42 is #DAB5BD. Grayscale: #3E3E3E. Windows color (decimal): -14333374 or 4344357. OLE color: 4344357.

HSL color Cylindrical-coordinate representation of color #254A42: hue angle of 167.03º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A42 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 74 66 -
CMYK 0.50 0 0.11 0.71
HSL 167.03º 0.33% 0.22% -
HSV(B) 167.03º 0.5% 0.29% -
XYZ 4.2 5.68 6.03 -
YUV 62.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 37 74 66 0.50 0 0.11 0.71 167.03 0.33 0.22
Hex 25 4A 42 32 0 B 47 A7 21 16
Octal 45 112 102 62 0 13 107 247 41 26
Binary 100101 1001010 1000010 110010 0 1011 1000111 10100111 100001 10110

Color Harmonies of #254A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A42

Black with #254A42

Text Example


Text Example

White with #254A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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