#274E01

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

Shades of Turtle Green #274E01

Tints of Turtle Green #274E01

Color information

#274E01 (or 0x274E01) is unknown color: approx Turtle Green. HEX triplet: 27, 4E and 01. RGB value is (39,78,1). Sum of RGB (Red+Green+Blue) = 39+78+1=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 78 (30.86% from 255 or 66.10% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 78 - color contains mainly: green. Hex color #274E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274E01 is #D8B1FE. Grayscale: #393939. Windows color (decimal): -14201343 or 85543. OLE color: 85543.

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

Color convert

RGB39781-
CMYK0.5000.990.69
HSL90.39º97.47%15.49%-
HSV(B)90.39º98.72%30.59%-
XYZ3.575.880.98-
YUV57.5696.08114.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 78 (30.86% from 255) = 66.10%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=33.05%
G=66.10%
B=0.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal397810.5000.990.6990.3997.4715.49
Hex274E132063455a61f
Octal47116162014310513214117
Binary10011110011101110010011000111000101101101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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