Html Css Color HEX #127028 Camarone

📋 copy color: '#127028'

red 18 ◦ green 112 ◦ blue 40

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

Shades of Camarone #127028

Tints of Camarone #127028

RGB

 RED value IS 18 (7.42% from 255) = 10.59%

 GREEN value IS 112 (44.14% from 255) = 65.88%

 BLUE value IS 40 (16.02% from 255) = 23.53%

R = 10.59%
G = 65.88%
B = 23.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#127028 (or 0x127028) is known color: Camarone. HEX triplet: 12, 70 and 28. RGB value is (18,112,40). Sum of RGB (Red+Green+Blue) = 18+112+40=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #127028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127028 is #ED8FD7. Grayscale: #4B4B4B. Windows color (decimal): -15568856 or 2650130. OLE color: 2650130.

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

Color convert

RGB 18 112 40 -
CMYK 0.84 0 0.64 0.56
HSL 134.04º 0.72% 0.25% -
HSV(B) 134.04º 0.84% 0.44% -
XYZ 6.43 11.87 3.96 -
YUV 75.69 107.86 86.85 -
System Red Green Blue C M Y K H S L
Decimal 18 112 40 0.84 0 0.64 0.56 134.04 0.72 0.25
Hex 12 70 28 54 0 40 38 86 48 19
Octal 22 160 50 124 0 100 70 206 110 31
Binary 10010 1110000 101000 1010100 0 1000000 111000 10000110 1001000 11001

Color Harmonies of #127028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127028

Black with #127028

Text Example


Text Example

White with #127028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127028; }

 p { color: rgb(18,112,40); }

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

background-color css

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

 a { background-color: rgb(18,112,40); }

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

border-color css

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

 span { border-color: rgb(18,112,40); }

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