Html Css Color HEX #274600 Turtle Green

📋 copy color: '#274600'

red 39 ◦ green 70 ◦ blue 0

#274600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #274600

Tints of Turtle Green #274600

RGB

 RED value IS 39 (15.63% from 255) = 35.78%

 GREEN value IS 70 (27.73% from 255) = 64.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.78%
G = 64.22%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#274600 (or 0x274600) is known color: Turtle Green. HEX triplet: 27, 46 and 00. RGB value is (39,70,0). Sum of RGB (Red+Green+Blue) = 39+70+0=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #274600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274600 is #D8B9FF. Grayscale: #353535. Windows color (decimal): -14203392 or 17959. OLE color: 17959.

HSL color Cylindrical-coordinate representation of color #274600: hue angle of 86.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #274600 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 70 0 -
CMYK 0.44 0 1 0.73
HSL 86.57º 1% 0.14% -
HSV(B) 86.57º 1% 0.27% -
XYZ 3.03 4.81 0.77 -
YUV 52.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 39 70 0 0.44 0 1 0.73 86.57 1 0.14
Hex 27 46 0 2C 0 64 49 57 64 E
Octal 47 106 0 54 0 144 111 127 144 16
Binary 100111 1000110 0 101100 0 1100100 1001001 1010111 1100100 1110

Color Harmonies of #274600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274600

Black with #274600

Text Example


Text Example

White with #274600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274600; }

 p { color: rgb(39,70,0); }

 H1.HeaderClassName
 {
   color: #274600;
 }
 .AnyTagClassName
 {
   color: #274600;
 }
</style>

background-color css

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

 a { background-color: rgb(39,70,0); }

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

border-color css

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

 span { border-color: rgb(39,70,0); }

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