Html Css Color HEX #253D01 Turtle Green

📋 copy color: '#253D01'

red 37 ◦ green 61 ◦ blue 1

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

Shades of Turtle Green #253D01

Tints of Turtle Green #253D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 61.62%

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

R = 37.37%
G = 61.62%
B = 1.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#253D01 (or 0x253D01) is known color: Turtle Green. HEX triplet: 25, 3D and 01. RGB value is (37,61,1). Sum of RGB (Red+Green+Blue) = 37+61+1=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 61 (24.22% from 255 or 61.62% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 61 - color contains mainly: green. Hex color #253D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D01 is #DAC2FE. Grayscale: #2F2F2F. Windows color (decimal): -14336767 or 81189. OLE color: 81189.

HSL color Cylindrical-coordinate representation of color #253D01: hue angle of 84º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #253D01 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 61 1 -
CMYK 0.39 0 0.98 0.76
HSL 84º 0.97% 0.12% -
HSV(B) 84º 0.98% 0.24% -
XYZ 2.44 3.73 0.62 -
YUV 46.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 37 61 1 0.39 0 0.98 0.76 84 0.97 0.12
Hex 25 3D 1 27 0 62 4C 54 61 C
Octal 45 75 1 47 0 142 114 124 141 14
Binary 100101 111101 1 100111 0 1100010 1001100 1010100 1100001 1100

Color Harmonies of #253D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D01

Black with #253D01

Text Example


Text Example

White with #253D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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