Html Css Color HEX #265101 Turtle Green

📋 copy color: '#265101'

red 38 ◦ green 81 ◦ blue 1

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

Shades of Turtle Green #265101

Tints of Turtle Green #265101

RGB

 RED value IS 38 (15.23% from 255) = 31.67%

 GREEN value IS 81 (32.03% from 255) = 67.5%

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

R = 31.67%
G = 67.5%
B = 0.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#265101 (or 0x265101) is known color: Turtle Green. HEX triplet: 26, 51 and 01. RGB value is (38,81,1). Sum of RGB (Red+Green+Blue) = 38+81+1=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #265101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265101 is #D9AEFE. Grayscale: #3B3B3B. Windows color (decimal): -14266111 or 86310. OLE color: 86310.

HSL color Cylindrical-coordinate representation of color #265101: hue angle of 92.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #265101 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 81 1 -
CMYK 0.53 0 0.99 0.68
HSL 92.25º 0.98% 0.16% -
HSV(B) 92.25º 0.99% 0.32% -
XYZ 3.75 6.3 1.05 -
YUV 59.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 38 81 1 0.53 0 0.99 0.68 92.25 0.98 0.16
Hex 26 51 1 35 0 63 44 5C 62 10
Octal 46 121 1 65 0 143 104 134 142 20
Binary 100110 1010001 1 110101 0 1100011 1000100 1011100 1100010 10000

Color Harmonies of #265101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265101

Black with #265101

Text Example


Text Example

White with #265101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265101; }

 p { color: rgb(38,81,1); }

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

background-color css

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

 a { background-color: rgb(38,81,1); }

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

border-color css

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

 span { border-color: rgb(38,81,1); }

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