#274D02

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

Shades of Turtle Green #274D02

Tints of Turtle Green #274D02

Color information

#274D02 (or 0x274D02) is unknown color: approx Turtle Green. HEX triplet: 27, 4D and 02. RGB value is (39,77,2). Sum of RGB (Red+Green+Blue) = 39+77+2=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 77 (30.47% from 255 or 65.25% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 77 - color contains mainly: green. Hex color #274D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274D02 is #D8B2FD. Grayscale: #393939. Windows color (decimal): -14201598 or 150823. OLE color: 150823.

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

Color convert

RGB39772-
CMYK0.4900.970.70
HSL90.4º94.94%15.49%-
HSV(B)90.4º97.4%30.2%-
XYZ3.55.740.98-
YUV57.0996.91115.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 77 (30.47% from 255) = 65.25%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=33.05%
G=65.25%
B=1.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal397720.4900.970.7090.494.9415.49
Hex274D231061465a5ff
Octal47115261014110613213717
Binary100111100110110110001011000011000110101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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