Html Css Color HEX #062B14 Dark Green

📋 copy color: '#062B14'

red 6 ◦ green 43 ◦ blue 20

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

Shades of Dark Green #062B14

Tints of Dark Green #062B14

RGB

 RED value IS 6 (2.73% from 255) = 8.7%

 GREEN value IS 43 (17.19% from 255) = 62.32%

 BLUE value IS 20 (8.2% from 255) = 28.99%

R = 8.7%
G = 62.32%
B = 28.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.83

RGB Variations

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

Color information

#062B14 (or 0x062B14) is known color: Dark Green. HEX triplet: 06, 2B and 14. RGB value is (6,43,20). Sum of RGB (Red+Green+Blue) = 6+43+20=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 43 (17.19% from 255 or 62.32% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 43 - color contains mainly: green. Hex color #062B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062B14 is #F9D4EB. Grayscale: #1D1D1D. Windows color (decimal): -16372972 or 1321734. OLE color: 1321734.

HSL color Cylindrical-coordinate representation of color #062B14: hue angle of 142.7º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062B14 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 43 20 -
CMYK 0.86 0 0.53 0.83
HSL 142.7º 0.76% 0.1% -
HSV(B) 142.7º 0.86% 0.17% -
XYZ 1.07 1.82 0.96 -
YUV 29.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 6 43 20 0.86 0 0.53 0.83 142.7 0.76 0.1
Hex 6 2B 14 56 0 35 53 8F 4C A
Octal 6 53 24 126 0 65 123 217 114 12
Binary 110 101011 10100 1010110 0 110101 1010011 10001111 1001100 1010

Color Harmonies of #062B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B14

Black with #062B14

Text Example


Text Example

White with #062B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062B14; }

 p { color: rgb(6,43,20); }

 H1.HeaderClassName
 {
   color: #062B14;
 }
 .AnyTagClassName
 {
   color: #062B14;
 }
</style>

background-color css

<style>
 a { background-color: #062B14; }

 a { background-color: rgb(6,43,20); }

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

border-color css

<style>
 span { border-color: #062B14; }

 span { border-color: rgb(6,43,20); }

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