Html Css Color HEX #127729 Camarone

📋 copy color: '#127729'

red 18 ◦ green 119 ◦ blue 41

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

Shades of Camarone #127729

Tints of Camarone #127729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 66.85%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 10.11%
G = 66.85%
B = 23.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#127729 (or 0x127729) is known color: Camarone. HEX triplet: 12, 77 and 29. RGB value is (18,119,41). Sum of RGB (Red+Green+Blue) = 18+119+41=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 119 (46.88% from 255 or 66.85% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 119 - color contains mainly: green. Hex color #127729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127729 is #ED88D6. Grayscale: #505050. Windows color (decimal): -15567063 or 2717458. OLE color: 2717458.

HSL color Cylindrical-coordinate representation of color #127729: hue angle of 133.66º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127729 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 41 -
CMYK 0.85 0 0.66 0.53
HSL 133.66º 0.74% 0.27% -
HSV(B) 133.66º 0.85% 0.47% -
XYZ 7.25 13.48 4.32 -
YUV 79.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 18 119 41 0.85 0 0.66 0.53 133.66 0.74 0.27
Hex 12 77 29 55 0 42 35 86 4A 1B
Octal 22 167 51 125 0 102 65 206 112 33
Binary 10010 1110111 101001 1010101 0 1000010 110101 10000110 1001010 11011

Color Harmonies of #127729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127729

Black with #127729

Text Example


Text Example

White with #127729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127729; }

 p { color: rgb(18,119,41); }

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

background-color css

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

 a { background-color: rgb(18,119,41); }

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

border-color css

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

 span { border-color: rgb(18,119,41); }

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