Html Css Color HEX #0D462F Zuccini

📋 copy color: '#0D462F'

red 13 ◦ green 70 ◦ blue 47

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

Shades of Zuccini #0D462F

Tints of Zuccini #0D462F

RGB

 RED value IS 13 (5.47% from 255) = 10%

 GREEN value IS 70 (27.73% from 255) = 53.85%

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 10%
G = 53.85%
B = 36.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#0D462F (or 0x0D462F) is known color: Zuccini. HEX triplet: 0D, 46 and 2F. RGB value is (13,70,47). Sum of RGB (Red+Green+Blue) = 13+70+47=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #0D462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D462F is #F2B9D0. Grayscale: #323232. Windows color (decimal): -15907281 or 3098125. OLE color: 3098125.

HSL color Cylindrical-coordinate representation of color #0D462F: hue angle of 155.79º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D462F is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 70 47 -
CMYK 0.81 0 0.33 0.73
HSL 155.79º 0.69% 0.16% -
HSV(B) 155.79º 0.81% 0.27% -
XYZ 2.87 4.67 3.44 -
YUV 50.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 13 70 47 0.81 0 0.33 0.73 155.79 0.69 0.16
Hex D 46 2F 51 0 21 49 9C 45 10
Octal 15 106 57 121 0 41 111 234 105 20
Binary 1101 1000110 101111 1010001 0 100001 1001001 10011100 1000101 10000

Color Harmonies of #0D462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D462F

Black with #0D462F

Text Example


Text Example

White with #0D462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D462F; }

 p { color: rgb(13,70,47); }

 H1.HeaderClassName
 {
   color: #0D462F;
 }
 .AnyTagClassName
 {
   color: #0D462F;
 }
</style>

background-color css

<style>
 a { background-color: #0D462F; }

 a { background-color: rgb(13,70,47); }

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

border-color css

<style>
 span { border-color: #0D462F; }

 span { border-color: rgb(13,70,47); }

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