Html Css Color HEX #353E02 Turtle Green

📋 copy color: '#353E02'

red 53 ◦ green 62 ◦ blue 2

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

Shades of Turtle Green #353E02

Tints of Turtle Green #353E02

RGB

 RED value IS 53 (21.09% from 255) = 45.3%

 GREEN value IS 62 (24.61% from 255) = 52.99%

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

R = 45.3%
G = 52.99%
B = 1.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#353E02 (or 0x353E02) is known color: Turtle Green. HEX triplet: 35, 3E and 02. RGB value is (53,62,2). Sum of RGB (Red+Green+Blue) = 53+62+2=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #353E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E02 is #CAC1FD. Grayscale: #343434. Windows color (decimal): -13287934 or 146997. OLE color: 146997.

HSL color Cylindrical-coordinate representation of color #353E02: hue angle of 69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #353E02 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 62 2 -
CMYK 0.15 0 0.97 0.76
HSL 69º 0.94% 0.13% -
HSV(B) 69º 0.97% 0.24% -
XYZ 3.2 4.21 0.7 -
YUV 52.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 53 62 2 0.15 0 0.97 0.76 69 0.94 0.13
Hex 35 3E 2 F 0 61 4C 45 5E D
Octal 65 76 2 17 0 141 114 105 136 15
Binary 110101 111110 10 1111 0 1100001 1001100 1000101 1011110 1101

Color Harmonies of #353E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E02

Black with #353E02

Text Example


Text Example

White with #353E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353E02; }

 p { color: rgb(53,62,2); }

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

background-color css

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

 a { background-color: rgb(53,62,2); }

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

border-color css

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

 span { border-color: rgb(53,62,2); }

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