Html Css Color HEX #265002 Turtle Green

📋 copy color: '#265002'

red 38 ◦ green 80 ◦ blue 2

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

Shades of Turtle Green #265002

Tints of Turtle Green #265002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 31.67%
G = 66.67%
B = 1.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#265002 (or 0x265002) is known color: Turtle Green. HEX triplet: 26, 50 and 02. RGB value is (38,80,2). Sum of RGB (Red+Green+Blue) = 38+80+2=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #265002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265002 is #D9AFFD. Grayscale: #3A3A3A. Windows color (decimal): -14266366 or 151590. OLE color: 151590.

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

Color convert

RGB 38 80 2 -
CMYK 0.52 0 0.98 0.69
HSL 92.31º 0.95% 0.16% -
HSV(B) 92.31º 0.98% 0.31% -
XYZ 3.68 6.15 1.05 -
YUV 58.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 38 80 2 0.52 0 0.98 0.69 92.31 0.95 0.16
Hex 26 50 2 34 0 62 45 5C 5F 10
Octal 46 120 2 64 0 142 105 134 137 20
Binary 100110 1010000 10 110100 0 1100010 1000101 1011100 1011111 10000

Color Harmonies of #265002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265002

Black with #265002

Text Example


Text Example

White with #265002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265002; }

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

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

background-color css

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

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

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

border-color css

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

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

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