Html Css Color HEX #30483B English Holly

📋 copy color: '#30483B'

red 48 ◦ green 72 ◦ blue 59

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

Shades of English Holly #30483B

Tints of English Holly #30483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 26.82%
G = 40.22%
B = 32.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#30483B (or 0x30483B) is known color: English Holly. HEX triplet: 30, 48 and 3B. RGB value is (48,72,59). Sum of RGB (Red+Green+Blue) = 48+72+59=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #30483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30483B is #CFB7C4. Grayscale: #3F3F3F. Windows color (decimal): -13612997 or 3885104. OLE color: 3885104.

HSL color Cylindrical-coordinate representation of color #30483B: hue angle of 147.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30483B is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 59 -
CMYK 0.33 0 0.18 0.72
HSL 147.5º 0.2% 0.24% -
HSV(B) 147.5º 0.33% 0.28% -
XYZ 4.33 5.58 4.99 -
YUV 63.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 48 72 59 0.33 0 0.18 0.72 147.5 0.2 0.24
Hex 30 48 3B 21 0 12 48 94 14 18
Octal 60 110 73 41 0 22 110 224 24 30
Binary 110000 1001000 111011 100001 0 10010 1001000 10010100 10100 11000

Color Harmonies of #30483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30483B

Black with #30483B

Text Example


Text Example

White with #30483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30483B; }

 p { color: rgb(48,72,59); }

 H1.HeaderClassName
 {
   color: #30483B;
 }
 .AnyTagClassName
 {
   color: #30483B;
 }
</style>

background-color css

<style>
 a { background-color: #30483B; }

 a { background-color: rgb(48,72,59); }

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

border-color css

<style>
 span { border-color: #30483B; }

 span { border-color: rgb(48,72,59); }

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