Html Css Color HEX #30423E Gable Green

📋 copy color: '#30423E'

red 48 ◦ green 66 ◦ blue 62

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

Shades of Gable Green #30423E

Tints of Gable Green #30423E

RGB

 RED value IS 48 (19.14% from 255) = 27.27%

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

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 27.27%
G = 37.5%
B = 35.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#30423E (or 0x30423E) is known color: Gable Green. HEX triplet: 30, 42 and 3E. RGB value is (48,66,62). Sum of RGB (Red+Green+Blue) = 48+66+62=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #30423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30423E is #CFBDC1. Grayscale: #3C3C3C. Windows color (decimal): -13614530 or 4080176. OLE color: 4080176.

HSL color Cylindrical-coordinate representation of color #30423E: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #30423E is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 62 -
CMYK 0.27 0 0.06 0.74
HSL 166.67º 0.16% 0.22% -
HSV(B) 166.67º 0.27% 0.26% -
XYZ 4.04 4.87 5.29 -
YUV 60.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 48 66 62 0.27 0 0.06 0.74 166.67 0.16 0.22
Hex 30 42 3E 1B 0 6 4A A7 10 16
Octal 60 102 76 33 0 6 112 247 20 26
Binary 110000 1000010 111110 11011 0 110 1001010 10100111 10000 10110

Color Harmonies of #30423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30423E

Black with #30423E

Text Example


Text Example

White with #30423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30423E; }

 p { color: rgb(48,66,62); }

 H1.HeaderClassName
 {
   color: #30423E;
 }
 .AnyTagClassName
 {
   color: #30423E;
 }
</style>

background-color css

<style>
 a { background-color: #30423E; }

 a { background-color: rgb(48,66,62); }

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

border-color css

<style>
 span { border-color: #30423E; }

 span { border-color: rgb(48,66,62); }

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