#274D03

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

Shades of Turtle Green #274D03

Tints of Turtle Green #274D03

Color information

#274D03 (or 0x274D03) is unknown color: approx Turtle Green. HEX triplet: 27, 4D and 03. RGB value is (39,77,3). Sum of RGB (Red+Green+Blue) = 39+77+3=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #274D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274D03 is #D8B2FC. Grayscale: #393939. Windows color (decimal): -14201597 or 216359. OLE color: 216359.

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

Color convert

RGB39773-
CMYK0.4900.960.70
HSL90.81º92.5%15.69%-
HSV(B)90.81º96.1%30.2%-
XYZ3.515.751.01-
YUV57.297.41115.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 77 (30.47% from 255) = 64.71%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=32.77%
G=64.71%
B=2.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal397730.4900.960.7090.8192.515.69
Hex274D331060465b5c10
Octal47115361014010613313420
Binary1001111001101111100010110000010001101011011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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