Html Css Color HEX #314300 Turtle Green

📋 copy color: '#314300'

red 49 ◦ green 67 ◦ blue 0

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

Shades of Turtle Green #314300

Tints of Turtle Green #314300

RGB

 RED value IS 49 (19.53% from 255) = 42.24%

 GREEN value IS 67 (26.56% from 255) = 57.76%

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

R = 42.24%
G = 57.76%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#314300 (or 0x314300) is known color: Turtle Green. HEX triplet: 31, 43 and 00. RGB value is (49,67,0). Sum of RGB (Red+Green+Blue) = 49+67+0=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #314300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314300 is #CEBCFF. Grayscale: #363636. Windows color (decimal): -13548800 or 17201. OLE color: 17201.

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

Color convert

RGB 49 67 0 -
CMYK 0.27 0 1 0.74
HSL 76.12º 1% 0.13% -
HSV(B) 76.12º 1% 0.26% -
XYZ 3.27 4.67 0.73 -
YUV 53.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 49 67 0 0.27 0 1 0.74 76.12 1 0.13
Hex 31 43 0 1B 0 64 4A 4C 64 D
Octal 61 103 0 33 0 144 112 114 144 15
Binary 110001 1000011 0 11011 0 1100100 1001010 1001100 1100100 1101

Color Harmonies of #314300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314300

Black with #314300

Text Example


Text Example

White with #314300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314300; }

 p { color: rgb(49,67,0); }

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

background-color css

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

 a { background-color: rgb(49,67,0); }

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

border-color css

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

 span { border-color: rgb(49,67,0); }

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