#274C03

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

Shades of Turtle Green #274C03

Tints of Turtle Green #274C03

Color information

#274C03 (or 0x274C03) is unknown color: approx Turtle Green. HEX triplet: 27, 4C and 03. RGB value is (39,76,3). Sum of RGB (Red+Green+Blue) = 39+76+3=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #274C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C03 is #D8B3FC. Grayscale: #383838. Windows color (decimal): -14201853 or 216103. OLE color: 216103.

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

Color convert

RGB39763-
CMYK0.4900.960.70
HSL90.41º92.41%15.49%-
HSV(B)90.41º96.05%29.8%-
XYZ3.445.610.99-
YUV56.6197.74115.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 76 (30.08% from 255) = 64.41%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=33.05%
G=64.41%
B=2.54%

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
Decimal397630.4900.960.7090.4192.4115.49
Hex274C331060465a5cf
Octal47114361014010613213417
Binary100111100110011110001011000001000110101101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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