Html Css Color HEX #017F27 Camarone

📋 copy color: '#017F27'

red 1 ◦ green 127 ◦ blue 39

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

Shades of Camarone #017F27

Tints of Camarone #017F27

RGB

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

 GREEN value IS 127 (50% from 255) = 76.05%

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 0.6%
G = 76.05%
B = 23.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#017F27 (or 0x017F27) is known color: Camarone. HEX triplet: 01, 7F and 27. RGB value is (1,127,39). Sum of RGB (Red+Green+Blue) = 1+127+39=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 127 (50% from 255 or 76.05% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 127 - color contains mainly: green. Hex color #017F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017F27 is #FE80D8. Grayscale: #4F4F4F. Windows color (decimal): -16679129 or 2588417. OLE color: 2588417.

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

Color convert

RGB 1 127 39 -
CMYK 0.99 0 0.69 0.50
HSL 138.1º 0.98% 0.25% -
HSV(B) 138.1º 0.99% 0.5% -
XYZ 7.97 15.33 4.46 -
YUV 79.29 105.26 72.16 -
System Red Green Blue C M Y K H S L
Decimal 1 127 39 0.99 0 0.69 0.50 138.1 0.98 0.25
Hex 1 7F 27 63 0 45 32 8A 62 19
Octal 1 177 47 143 0 105 62 212 142 31
Binary 1 1111111 100111 1100011 0 1000101 110010 10001010 1100010 11001

Color Harmonies of #017F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F27

Black with #017F27

Text Example


Text Example

White with #017F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,127,39); }

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

background-color css

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

 a { background-color: rgb(1,127,39); }

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

border-color css

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

 span { border-color: rgb(1,127,39); }

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