Html Css Color HEX #265003 Turtle Green

📋 copy color: '#265003'

red 38 ◦ green 80 ◦ blue 3

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

Shades of Turtle Green #265003

Tints of Turtle Green #265003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.12%

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

R = 31.4%
G = 66.12%
B = 2.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#265003 (or 0x265003) is known color: Turtle Green. HEX triplet: 26, 50 and 03. RGB value is (38,80,3). Sum of RGB (Red+Green+Blue) = 38+80+3=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #265003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265003 is #D9AFFC. Grayscale: #3A3A3A. Windows color (decimal): -14266365 or 217126. OLE color: 217126.

HSL color Cylindrical-coordinate representation of color #265003: hue angle of 92.73º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #265003 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 80 3 -
CMYK 0.52 0 0.96 0.69
HSL 92.73º 0.93% 0.16% -
HSV(B) 92.73º 0.96% 0.31% -
XYZ 3.68 6.16 1.08 -
YUV 58.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 38 80 3 0.52 0 0.96 0.69 92.73 0.93 0.16
Hex 26 50 3 34 0 60 45 5D 5D 10
Octal 46 120 3 64 0 140 105 135 135 20
Binary 100110 1010000 11 110100 0 1100000 1000101 1011101 1011101 10000

Color Harmonies of #265003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265003

Black with #265003

Text Example


Text Example

White with #265003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265003; }

 p { color: rgb(38,80,3); }

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

background-color css

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

 a { background-color: rgb(38,80,3); }

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

border-color css

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

 span { border-color: rgb(38,80,3); }

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