Html Css Color HEX #05332B Dark Green

📋 copy color: '#05332B'

red 5 ◦ green 51 ◦ blue 43

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

Shades of Dark Green #05332B

Tints of Dark Green #05332B

RGB

 RED value IS 5 (2.34% from 255) = 5.05%

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

 BLUE value IS 43 (17.19% from 255) = 43.43%

R = 5.05%
G = 51.52%
B = 43.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#05332B (or 0x05332B) is known color: Dark Green. HEX triplet: 05, 33 and 2B. RGB value is (5,51,43). Sum of RGB (Red+Green+Blue) = 5+51+43=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #05332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05332B is #FACCD4. Grayscale: #242424. Windows color (decimal): -16436437 or 2831109. OLE color: 2831109.

HSL color Cylindrical-coordinate representation of color #05332B: hue angle of 169.57º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05332B is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 51 43 -
CMYK 0.90 0 0.16 0.8
HSL 169.57º 0.82% 0.11% -
HSV(B) 169.57º 0.9% 0.2% -
XYZ 1.68 2.57 2.69 -
YUV 36.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 5 51 43 0.90 0 0.16 0.8 169.57 0.82 0.11
Hex 5 33 2B 5A 0 10 50 AA 52 B
Octal 5 63 53 132 0 20 120 252 122 13
Binary 101 110011 101011 1011010 0 10000 1010000 10101010 1010010 1011

Color Harmonies of #05332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05332B

Black with #05332B

Text Example


Text Example

White with #05332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,51,43); }

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

background-color css

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

 a { background-color: rgb(5,51,43); }

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

border-color css

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

 span { border-color: rgb(5,51,43); }

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