Html Css Color HEX #0D711D Camarone

📋 copy color: '#0D711D'

red 13 ◦ green 113 ◦ blue 29

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

Shades of Camarone #0D711D

Tints of Camarone #0D711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 72.9%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 8.39%
G = 72.9%
B = 18.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#0D711D (or 0x0D711D) is known color: Camarone. HEX triplet: 0D, 71 and 1D. RGB value is (13,113,29). Sum of RGB (Red+Green+Blue) = 13+113+29=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #0D711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D711D is #F28EE2. Grayscale: #494949. Windows color (decimal): -15896291 or 1929485. OLE color: 1929485.

HSL color Cylindrical-coordinate representation of color #0D711D: hue angle of 129.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D711D is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 113 29 -
CMYK 0.88 0 0.74 0.56
HSL 129.6º 0.79% 0.25% -
HSV(B) 129.6º 0.88% 0.44% -
XYZ 6.29 11.98 3.14 -
YUV 73.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 13 113 29 0.88 0 0.74 0.56 129.6 0.79 0.25
Hex D 71 1D 58 0 4A 38 82 4F 19
Octal 15 161 35 130 0 112 70 202 117 31
Binary 1101 1110001 11101 1011000 0 1001010 111000 10000010 1001111 11001

Color Harmonies of #0D711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D711D

Black with #0D711D

Text Example


Text Example

White with #0D711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,113,29); }

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

background-color css

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

 a { background-color: rgb(13,113,29); }

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

border-color css

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

 span { border-color: rgb(13,113,29); }

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