Html Css Color HEX #30321F Green Waterloo

📋 copy color: '#30321F'

red 48 ◦ green 50 ◦ blue 31

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

Shades of Green Waterloo #30321F

Tints of Green Waterloo #30321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.76%

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 37.21%
G = 38.76%
B = 24.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#30321F (or 0x30321F) is known color: Green Waterloo. HEX triplet: 30, 32 and 1F. RGB value is (48,50,31). Sum of RGB (Red+Green+Blue) = 48+50+31=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #30321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30321F is #CFCDE0. Grayscale: #2F2F2F. Windows color (decimal): -13618657 or 2044464. OLE color: 2044464.

HSL color Cylindrical-coordinate representation of color #30321F: hue angle of 66.32º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30321F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 50 31 -
CMYK 0.04 0 0.38 0.80
HSL 66.32º 0.23% 0.16% -
HSV(B) 66.32º 0.38% 0.2% -
XYZ 2.61 3.01 1.74 -
YUV 47.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 48 50 31 0.04 0 0.38 0.80 66.32 0.23 0.16
Hex 30 32 1F 4 0 26 50 42 17 10
Octal 60 62 37 4 0 46 120 102 27 20
Binary 110000 110010 11111 100 0 100110 1010000 1000010 10111 10000

Color Harmonies of #30321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30321F

Black with #30321F

Text Example


Text Example

White with #30321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30321F; }

 p { color: rgb(48,50,31); }

 H1.HeaderClassName
 {
   color: #30321F;
 }
 .AnyTagClassName
 {
   color: #30321F;
 }
</style>

background-color css

<style>
 a { background-color: #30321F; }

 a { background-color: rgb(48,50,31); }

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

border-color css

<style>
 span { border-color: #30321F; }

 span { border-color: rgb(48,50,31); }

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