#274302

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

Shades of Turtle Green #274302

Tints of Turtle Green #274302

Color information

#274302 (or 0x274302) is unknown color: approx Turtle Green. HEX triplet: 27, 43 and 02. RGB value is (39,67,2). Sum of RGB (Red+Green+Blue) = 39+67+2=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #274302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274302 is #D8BCFD. Grayscale: #333333. Windows color (decimal): -14204158 or 148263. OLE color: 148263.

HSL color Cylindrical-coordinate representation of color #274302: hue angle of 85.85º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #274302 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB39672-
CMYK0.4200.970.74
HSL85.85º94.2%13.53%-
HSV(B)85.85º97.01%26.27%-
XYZ2.854.450.77-
YUV51.22100.22119.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 67 (26.56% from 255) = 62.04%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=36.11%
G=62.04%
B=1.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal396720.4200.970.7485.8594.213.53
Hex274322A0614A565ee
Octal47103252014111212613616
Binary100111100001110101010011000011001010101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274302; }

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

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

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

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

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

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

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

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