Html Css Color HEX #274A00 Turtle Green

📋 copy color: '#274A00'

red 39 ◦ green 74 ◦ blue 0

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

Shades of Turtle Green #274A00

Tints of Turtle Green #274A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 65.49%

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

R = 34.51%
G = 65.49%
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

#274A00 (or 0x274A00) is known color: Turtle Green. HEX triplet: 27, 4A and 00. RGB value is (39,74,0). Sum of RGB (Red+Green+Blue) = 39+74+0=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #274A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274A00 is #D8B5FF. Grayscale: #373737. Windows color (decimal): -14202368 or 18983. OLE color: 18983.

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

Color convert

RGB 39 74 0 -
CMYK 0.47 0 1 0.71
HSL 88.38º 1% 0.15% -
HSV(B) 88.38º 1% 0.29% -
XYZ 3.29 5.33 0.86 -
YUV 55.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 39 74 0 0.47 0 1 0.71 88.38 1 0.15
Hex 27 4A 0 2F 0 64 47 58 64 F
Octal 47 112 0 57 0 144 107 130 144 17
Binary 100111 1001010 0 101111 0 1100100 1000111 1011000 1100100 1111

Color Harmonies of #274A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274A00

Black with #274A00

Text Example


Text Example

White with #274A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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