Html Css Color HEX #274900 Turtle Green

📋 copy color: '#274900'

red 39 ◦ green 73 ◦ blue 0

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

Shades of Turtle Green #274900

Tints of Turtle Green #274900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.18%

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

R = 34.82%
G = 65.18%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#274900 (or 0x274900) is known color: Turtle Green. HEX triplet: 27, 49 and 00. RGB value is (39,73,0). Sum of RGB (Red+Green+Blue) = 39+73+0=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #274900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274900 is #D8B6FF. Grayscale: #363636. Windows color (decimal): -14202624 or 18727. OLE color: 18727.

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

Color convert

RGB 39 73 0 -
CMYK 0.47 0 1 0.71
HSL 87.95º 1% 0.14% -
HSV(B) 87.95º 1% 0.29% -
XYZ 3.22 5.2 0.83 -
YUV 54.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 39 73 0 0.47 0 1 0.71 87.95 1 0.14
Hex 27 49 0 2F 0 64 47 58 64 E
Octal 47 111 0 57 0 144 107 130 144 16
Binary 100111 1001001 0 101111 0 1100100 1000111 1011000 1100100 1110

Color Harmonies of #274900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274900

Black with #274900

Text Example


Text Example

White with #274900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274900; }

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

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

background-color css

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

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

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

border-color css

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

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

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