Html Css Color HEX #274500 Turtle Green

📋 copy color: '#274500'

red 39 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #274500

Tints of Turtle Green #274500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 63.89%

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

R = 36.11%
G = 63.89%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#274500 (or 0x274500) is known color: Turtle Green. HEX triplet: 27, 45 and 00. RGB value is (39,69,0). Sum of RGB (Red+Green+Blue) = 39+69+0=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #274500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274500 is #D8BAFF. Grayscale: #343434. Windows color (decimal): -14203648 or 17703. OLE color: 17703.

HSL color Cylindrical-coordinate representation of color #274500: hue angle of 86.09º 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 #274500 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 69 0 -
CMYK 0.43 0 1 0.73
HSL 86.09º 1% 0.14% -
HSV(B) 86.09º 1% 0.27% -
XYZ 2.96 4.69 0.75 -
YUV 52.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 39 69 0 0.43 0 1 0.73 86.09 1 0.14
Hex 27 45 0 2B 0 64 49 56 64 E
Octal 47 105 0 53 0 144 111 126 144 16
Binary 100111 1000101 0 101011 0 1100100 1001001 1010110 1100100 1110

Color Harmonies of #274500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274500

Black with #274500

Text Example


Text Example

White with #274500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274500; }

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

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

background-color css

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

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

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

border-color css

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

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

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