Html Css Color HEX #00642B Crusoe

📋 copy color: '#00642B'

red 0 ◦ green 100 ◦ blue 43

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

Shades of Crusoe #00642B

Tints of Crusoe #00642B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 100 (39.45% from 255) = 69.93%

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 0%
G = 69.93%
B = 30.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#00642B (or 0x00642B) is known color: Crusoe. HEX triplet: 00, 64 and 2B. RGB value is (0,100,43). Sum of RGB (Red+Green+Blue) = 0+100+43=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #00642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00642B is #FF9BD4. Grayscale: #3F3F3F. Windows color (decimal): -16751573 or 2843648. OLE color: 2843648.

HSL color Cylindrical-coordinate representation of color #00642B: hue angle of 145.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00642B is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 100 43 -
CMYK 1 0 0.57 0.61
HSL 145.8º 1% 0.2% -
HSV(B) 145.8º 1% 0.39% -
XYZ 4.99 9.29 3.82 -
YUV 63.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 0 100 43 1 0 0.57 0.61 145.8 1 0.2
Hex 0 64 2B 64 0 39 3D 92 64 14
Octal 0 144 53 144 0 71 75 222 144 24
Binary 0 1100100 101011 1100100 0 111001 111101 10010010 1100100 10100

Color Harmonies of #00642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00642B

Black with #00642B

Text Example


Text Example

White with #00642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00642B; }

 p { color: rgb(0,100,43); }

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

background-color css

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

 a { background-color: rgb(0,100,43); }

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

border-color css

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

 span { border-color: rgb(0,100,43); }

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