Html Css Color HEX #254001 Turtle Green

📋 copy color: '#254001'

red 37 ◦ green 64 ◦ blue 1

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

Shades of Turtle Green #254001

Tints of Turtle Green #254001

RGB

 RED value IS 37 (14.84% from 255) = 36.27%

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

 BLUE value IS 1 (0.78% from 255) = 0.98%

R = 36.27%
G = 62.75%
B = 0.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#254001 (or 0x254001) is known color: Turtle Green. HEX triplet: 25, 40 and 01. RGB value is (37,64,1). Sum of RGB (Red+Green+Blue) = 37+64+1=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #254001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254001 is #DABFFE. Grayscale: #303030. Windows color (decimal): -14335999 or 81957. OLE color: 81957.

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

Color convert

RGB 37 64 1 -
CMYK 0.42 0 0.98 0.75
HSL 85.71º 0.97% 0.13% -
HSV(B) 85.71º 0.98% 0.25% -
XYZ 2.6 4.06 0.68 -
YUV 48.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 37 64 1 0.42 0 0.98 0.75 85.71 0.97 0.13
Hex 25 40 1 2A 0 62 4B 56 61 D
Octal 45 100 1 52 0 142 113 126 141 15
Binary 100101 1000000 1 101010 0 1100010 1001011 1010110 1100001 1101

Color Harmonies of #254001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254001

Black with #254001

Text Example


Text Example

White with #254001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254001; }

 p { color: rgb(37,64,1); }

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

background-color css

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

 a { background-color: rgb(37,64,1); }

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

border-color css

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

 span { border-color: rgb(37,64,1); }

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