Html Css Color HEX #017C26 Camarone

📋 copy color: '#017C26'

red 1 ◦ green 124 ◦ blue 38

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

Shades of Camarone #017C26

Tints of Camarone #017C26

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

 GREEN value IS 124 (48.83% from 255) = 76.07%

 BLUE value IS 38 (15.23% from 255) = 23.31%

R = 0.61%
G = 76.07%
B = 23.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#017C26 (or 0x017C26) is known color: Camarone. HEX triplet: 01, 7C and 26. RGB value is (1,124,38). Sum of RGB (Red+Green+Blue) = 1+124+38=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 124 (48.83% from 255 or 76.07% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 124 - color contains mainly: green. Hex color #017C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C26 is #FE83D9. Grayscale: #4D4D4D. Windows color (decimal): -16679898 or 2522113. OLE color: 2522113.

HSL color Cylindrical-coordinate representation of color #017C26: hue angle of 138.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C26 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 124 38 -
CMYK 0.99 0 0.69 0.51
HSL 138.05º 0.98% 0.25% -
HSV(B) 138.05º 0.99% 0.49% -
XYZ 7.57 14.56 4.25 -
YUV 77.42 105.75 73.49 -
System Red Green Blue C M Y K H S L
Decimal 1 124 38 0.99 0 0.69 0.51 138.05 0.98 0.25
Hex 1 7C 26 63 0 45 33 8A 62 19
Octal 1 174 46 143 0 105 63 212 142 31
Binary 1 1111100 100110 1100011 0 1000101 110011 10001010 1100010 11001

Color Harmonies of #017C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C26

Black with #017C26

Text Example


Text Example

White with #017C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017C26; }

 p { color: rgb(1,124,38); }

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

background-color css

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

 a { background-color: rgb(1,124,38); }

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

border-color css

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

 span { border-color: rgb(1,124,38); }

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