Html Css Color HEX #033C30 Dark Green

📋 copy color: '#033C30'

red 3 ◦ green 60 ◦ blue 48

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

Shades of Dark Green #033C30

Tints of Dark Green #033C30

RGB

 RED value IS 3 (1.56% from 255) = 2.7%

 GREEN value IS 60 (23.83% from 255) = 54.05%

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

R = 2.7%
G = 54.05%
B = 43.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#033C30 (or 0x033C30) is known color: Dark Green. HEX triplet: 03, 3C and 30. RGB value is (3,60,48). Sum of RGB (Red+Green+Blue) = 3+60+48=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 60 (23.83% from 255 or 54.05% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 60 - color contains mainly: green. Hex color #033C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C30 is #FCC3CF. Grayscale: #292929. Windows color (decimal): -16565200 or 3161091. OLE color: 3161091.

HSL color Cylindrical-coordinate representation of color #033C30: hue angle of 167.37º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C30 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 60 48 -
CMYK 0.95 0 0.20 0.76
HSL 167.37º 0.9% 0.12% -
HSV(B) 167.37º 0.95% 0.24% -
XYZ 2.19 3.46 3.35 -
YUV 41.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 3 60 48 0.95 0 0.20 0.76 167.37 0.9 0.12
Hex 3 3C 30 5F 0 14 4C A7 5A C
Octal 3 74 60 137 0 24 114 247 132 14
Binary 11 111100 110000 1011111 0 10100 1001100 10100111 1011010 1100

Color Harmonies of #033C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C30

Black with #033C30

Text Example


Text Example

White with #033C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033C30; }

 p { color: rgb(3,60,48); }

 H1.HeaderClassName
 {
   color: #033C30;
 }
 .AnyTagClassName
 {
   color: #033C30;
 }
</style>

background-color css

<style>
 a { background-color: #033C30; }

 a { background-color: rgb(3,60,48); }

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

border-color css

<style>
 span { border-color: #033C30; }

 span { border-color: rgb(3,60,48); }

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