#274003

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

Shades of Turtle Green #274003

Tints of Turtle Green #274003

Color information

#274003 (or 0x274003) is unknown color: approx Turtle Green. HEX triplet: 27, 40 and 03. RGB value is (39,64,3). Sum of RGB (Red+Green+Blue) = 39+64+3=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #274003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274003 is #D8BFFC. Grayscale: #313131. Windows color (decimal): -14204925 or 213031. OLE color: 213031.

HSL color Cylindrical-coordinate representation of color #274003: hue angle of 84.59º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #274003 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB39643-
CMYK0.3900.950.75
HSL84.59º91.04%13.14%-
HSV(B)84.59º95.31%25.1%-
XYZ2.694.10.74-
YUV49.57101.72120.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=36.79%
G=60.38%
B=2.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal396430.3900.950.7584.5991.0413.14
Hex274032705F4B555bd
Octal47100347013711312513315
Binary100111100000011100111010111111001011101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274003; }

 p { color: rgb(39,64,3); }

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

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

 a { background-color: rgb(39,64,3); }

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

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

 span { border-color: rgb(39,64,3); }

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