Html Css Color HEX #033B30 Dark Green

📋 copy color: '#033B30'

red 3 ◦ green 59 ◦ blue 48

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

Shades of Dark Green #033B30

Tints of Dark Green #033B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 53.64%

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

R = 2.73%
G = 53.64%
B = 43.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#033B30 (or 0x033B30) is known color: Dark Green. HEX triplet: 03, 3B and 30. RGB value is (3,59,48). Sum of RGB (Red+Green+Blue) = 3+59+48=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #033B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B30 is #FCC4CF. Grayscale: #282828. Windows color (decimal): -16565456 or 3160835. OLE color: 3160835.

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

Color convert

RGB 3 59 48 -
CMYK 0.95 0 0.19 0.77
HSL 168.21º 0.9% 0.12% -
HSV(B) 168.21º 0.95% 0.23% -
XYZ 2.14 3.36 3.33 -
YUV 41 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 3 59 48 0.95 0 0.19 0.77 168.21 0.9 0.12
Hex 3 3B 30 5F 0 13 4D A8 5A C
Octal 3 73 60 137 0 23 115 250 132 14
Binary 11 111011 110000 1011111 0 10011 1001101 10101000 1011010 1100

Color Harmonies of #033B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B30

Black with #033B30

Text Example


Text Example

White with #033B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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