Html Css Color HEX #274003 Turtle Green

📋 copy color: '#274003'

red 39 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #274003

Tints of Turtle Green #274003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.38%

 BLUE value IS 3 (1.56% from 255) = 2.83%

R = 36.79%
G = 60.38%
B = 2.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#274003 (or 0x274003) is known color: Turtle Green. HEX triplet: 27, 40 and 03. RGB value is (39,64,3). Sum of RGB (Red+Green+Blue) = 39+64+3=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #274003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274003 is #D8BFFC. Grayscale: #313131. Windows color (decimal): -14204925 or 213031. OLE color: 213031.

HSL color Cylindrical-coordinate representation of color #274003: hue angle of 84.59º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #274003 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 64 3 -
CMYK 0.39 0 0.95 0.75
HSL 84.59º 0.91% 0.13% -
HSV(B) 84.59º 0.95% 0.25% -
XYZ 2.69 4.1 0.74 -
YUV 49.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 39 64 3 0.39 0 0.95 0.75 84.59 0.91 0.13
Hex 27 40 3 27 0 5F 4B 55 5B D
Octal 47 100 3 47 0 137 113 125 133 15
Binary 100111 1000000 11 100111 0 1011111 1001011 1010101 1011011 1101

Color Harmonies of #274003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274003

Black with #274003

Text Example


Text Example

White with #274003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274003; }

 p { color: rgb(39,64,3); }

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

background-color css

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

 a { background-color: rgb(39,64,3); }

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

border-color css

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

 span { border-color: rgb(39,64,3); }

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