Html Css Color HEX #30330C Green Waterloo

📋 copy color: '#30330C'

red 48 ◦ green 51 ◦ blue 12

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

Shades of Green Waterloo #30330C

Tints of Green Waterloo #30330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.95%

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 43.24%
G = 45.95%
B = 10.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#30330C (or 0x30330C) is known color: Green Waterloo. HEX triplet: 30, 33 and 0C. RGB value is (48,51,12). Sum of RGB (Red+Green+Blue) = 48+51+12=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #30330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30330C is #CFCCF3. Grayscale: #2D2D2D. Windows color (decimal): -13618420 or 799536. OLE color: 799536.

HSL color Cylindrical-coordinate representation of color #30330C: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30330C is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 51 12 -
CMYK 0.06 0 0.76 0.8
HSL 64.62º 0.62% 0.12% -
HSV(B) 64.62º 0.76% 0.2% -
XYZ 2.47 3.02 0.8 -
YUV 45.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 48 51 12 0.06 0 0.76 0.8 64.62 0.62 0.12
Hex 30 33 C 6 0 4C 50 41 3E C
Octal 60 63 14 6 0 114 120 101 76 14
Binary 110000 110011 1100 110 0 1001100 1010000 1000001 111110 1100

Color Harmonies of #30330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30330C

Black with #30330C

Text Example


Text Example

White with #30330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30330C; }

 p { color: rgb(48,51,12); }

 H1.HeaderClassName
 {
   color: #30330C;
 }
 .AnyTagClassName
 {
   color: #30330C;
 }
</style>

background-color css

<style>
 a { background-color: #30330C; }

 a { background-color: rgb(48,51,12); }

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

border-color css

<style>
 span { border-color: #30330C; }

 span { border-color: rgb(48,51,12); }

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