Html Css Color HEX #127829 Camarone

📋 copy color: '#127829'

red 18 ◦ green 120 ◦ blue 41

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

Shades of Camarone #127829

Tints of Camarone #127829

RGB

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

 GREEN value IS 120 (47.27% from 255) = 67.04%

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

R = 10.06%
G = 67.04%
B = 22.91%

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

#127829 (or 0x127829) is known color: Camarone. HEX triplet: 12, 78 and 29. RGB value is (18,120,41). Sum of RGB (Red+Green+Blue) = 18+120+41=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 120 (47.27% from 255 or 67.04% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 120 - color contains mainly: green. Hex color #127829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127829 is #ED87D6. Grayscale: #505050. Windows color (decimal): -15566807 or 2717714. OLE color: 2717714.

HSL color Cylindrical-coordinate representation of color #127829: hue angle of 133.53º 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 #127829 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 41 -
CMYK 0.85 0 0.66 0.53
HSL 133.53º 0.74% 0.27% -
HSV(B) 133.53º 0.85% 0.47% -
XYZ 7.37 13.72 4.36 -
YUV 80.5 105.71 83.42 -
System Red Green Blue C M Y K H S L
Decimal 18 120 41 0.85 0 0.66 0.53 133.53 0.74 0.27
Hex 12 78 29 55 0 42 35 86 4A 1B
Octal 22 170 51 125 0 102 65 206 112 33
Binary 10010 1111000 101001 1010101 0 1000010 110101 10000110 1001010 11011

Color Harmonies of #127829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127829

Black with #127829

Text Example


Text Example

White with #127829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127829; }

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

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

background-color css

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

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

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

border-color css

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

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

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