#274C01

Color #274C01 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #274C01

Tints of Turtle Green #274C01

Color information

#274C01 (or 0x274C01) is unknown color: approx Turtle Green. HEX triplet: 27, 4C and 01. RGB value is (39,76,1). Sum of RGB (Red+Green+Blue) = 39+76+1=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #274C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C01 is #D8B3FE. Grayscale: #383838. Windows color (decimal): -14201855 or 85031. OLE color: 85031.

HSL color Cylindrical-coordinate representation of color #274C01: hue angle of 89.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #274C01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB39761-
CMYK0.4900.990.70
HSL89.6º97.4%15.1%-
HSV(B)89.6º98.68%29.8%-
XYZ3.435.60.93-
YUV56.3996.74115.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 76 (30.08% from 255) = 65.52%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=33.62%
G=65.52%
B=0.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal397610.4900.990.7089.697.415.1
Hex274C131063465a61f
Octal47114161014310613214117
Binary10011110011001110001011000111000110101101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274C01; }

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

 H1.HeaderClassName
 {
   color: #274C01;
 }
 .AnyTagClassName
 {
   color: #274C01;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #274C01;
 }
 .BgClassName
 {
   background-color: #274C01;
 }
</style>
border-color css

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

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

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